Login
2 min
\<font color="#78b5c7">\</font> topic type concept purpose login event overview and guidance on when to send the event audience developers implementing authentication flows applies to and gaming integrations evaluating user login attempts does not apply to account creation, account updates, or non authentication events the login call is intended to inform when a user attempts to log in on your website timing the api call should come to the after a user attempts to log in to your website after you retrieve their ip and user agent before you log them into your website flow login flow diagram gaming user navigates to the client's website and attempts to login client validates the credentials to determine if this login would have succeeded or failed client pulls relevant account information, ip address, user agent, and so forth client's backend server calls whether the credentials were successful or failed runs machine learning and consolidates data for response and returns to client client takes action and processes login attempt