Skip to main content
An event triggered when the login page of the game portal is displayed. Used to track login funnel entry. Event Data
eventName
string
Event name: portal.login.displayed.
eventId
string
Event ID. Use this ID to deduplicate re-delivered events.
timestamp
number
Event timestamp in Epoch time, represented in milliseconds. Example: 1754307361396.
sessionId
string
The session ID of the player’s current session. Example: 345397c6-d963-4aa4-a0ba-2aaca6c3ee05.
requestId
string
ID assigned by Appcharge to each request sent to the publisher. Helps the publisher identify and debug failed requests.
result
string
Event result. Supported values: success, failed.
reason
string
Reason for the event result. Example: invalid_credentials.
attributes
map<any,any>
A key-value map used to label events for tracking personas or tests. Example: { "persona":"non_payer", "blackFridayTest":"Base_group" }
utm
object
UTM data.
login
object
Information about the login.
device
object
Information about the player’s device.
geolocation
object
Information about the player’s geolocation.