Track key actions in the login flow, including landing on the login page, choosing a login method, canceling the process, successfully logging in, and reaching the shop page.
login_land
The time when the event occurred.
1632345000
The type of player authentication event. In this case, login_land.
login_land
The device platform used by the player.
mobile
The two-letter country code of the player.
US
The unique session ID for the authentication event.
abc123
Identifies the source of your traffic.
google, facebook, instagram
google
Specifies the medium through which the traffic arrived.
cpc, email, social, referral
cpc
Identifies the marketing campaign associated with the traffic.
spring_sale, retargeting, black_friday
spring_sale
Example Payload
Here is an example of what the payload might look like:
{ "timestamp": 1632345000, "event": "login_land", "platform": "mobile", "countryCode2": "US", "sessionId": "abc123", "utmSource": "google", "utmMedium": "cpc", "utmCampaign": "spring_sale" }
login_method_selected
The time when the event occurred.
1632345000
The type of player authentication event. In this case, login_method_selected.
login_method_selected
The device platform used by the player.
mobile
The two-letter country code of the player.
US
The unique session ID for the authentication event.
abc123
The authentication method selected by the player in the main login screen.
facebook
Example Payload
Here is an example of what the payload might look like:
{ "timestamp": 1632345000, "event": "login_method_selected", "platform": "mobile", "countryCode2": "US", "sessionId": "abc123", "method": "facebook" }
login_resolved
The time when the event occurred.
1632345000
The type of player authentication event. In this case, login_resolved.
login_resolved
The device platform used by the player.
mobile
The two-letter country code of the player.
US
The unique session ID for the authentication event.
abc123
The authentication method selected by the player in the main login screen.
Optional Values: facebook, google, apple, user_name, OTPfacebook
The result of the login_resolved event.
success
Optional. The reason for the login_resolved failure.
invalid_credentials
Example Payload
Here is an example of what the payload might look like:
{ "timestamp": 1632345000, "event": "login_resolved", "platform": "mobile", "countryCode2": "US", "sessionId": "abc123", "method": "facebook", "result": "success", "reason": "invalid_credentials" }
login_canceled
The time when the event occurred.
1632345000
The type of player authentication event. In this case, login_canceled.
login_canceled
The device platform used by the player.
mobile
The two-letter country code of the player.
US
The unique session ID for the authentication event.
abc123
The authentication method selected by the player in the main login screen.
Optional Values: facebook, google, apple, user_name, OTPfacebook
Example Payload
Here is an example of what the payload might look like:
{ "timestamp": 1632345000, "event": "login_canceled", "platform": "mobile", "countryCode2": "US", "sessionId": "abc123", "method": "facebook" }
shop_land
The time when the event occurred.
1632345000
The type of player authentication event. In this case, shop_land
.
shop_land
The device platform used by the player.
mobile
The two-letter country code of the player.
US
The unique session ID for the authentication event.
abc123
The player’s ID.
player_001
Identifies the source of your traffic.
google, facebook, instagram
google
Specifies the medium through which the traffic arrived.
cpc, email, social, referral
cpc
Identifies the marketing campaign associated with the traffic.
spring_sale, retargeting, black_friday
spring_sale
Example Payload
Here is an example of what the payload might look like:
{ "timestamp": 1632345000, "event": "shop_land", "platform": "mobile", "countryCode2": "US", "sessionId": "abc123", "playerId": "player_001", "utmSource": "google", "utmMedium": "cpc", "utmCampaign": "spring_sale" }