post https://example.com/events
Submit events related to player authentication such as login and result.
This webhook is triggered for events related to player authentication, providing details about login attempts, selected methods, cancellations, and resolution outcomes. It logs specific events that occur during player login but does not capture real-time browsing or interaction details.
Note: You can read more about the Player Authentication Events Webhook and the supported events in the Guides section.
Supported events
Event | Description |
---|---|
login_land | Reported when a player lands on the login page. |
login_method_selected | Reported when a player interacts with any of the login buttons on the login landing page. |
login_canceled | When the player logs in by FB/Apple/Google on the desktop, an Event is tracked when the player clicks on the 'x' icon in the login modal. The player login by OTP/player ID/username and password on the desktop and clicks on the “Back” button. The player logs in via FB, Google, or Apple on a mobile device and clicks on the “Back” button. |
login_resolved | Reported when a player was logged in or failed to log in. |