An event triggered when the login page of the web store is displayed. Used to track login funnel entry.
Event Data
Event name: webstore.login.displayed.
Event timestamp in Epoch time , represented in milliseconds. Example: 1754307361396.
The session ID of the player’s current session. Example: 345397c6-d963-4aa4-a0ba-2aaca6c3ee05.
ID assigned by Appcharge to each request sent to the publisher. Helps the publisher identify and debug failed requests.
Event result. Supported values: success, failed.
Reason for the event result. Example: invalid_credentials.
A key-value map used to label events for tracking personas or tests. Example: { "persona":"non_payer", "blackFridayTest":"Base_group" }
UTM data. Source of the traffic. This is where the player came from before reaching the store. Example: Google.
Marketing channel used to bring in the traffic. Example: email.
Identifies the marketing campaign associated with the traffic. Example: black_friday.
Paid search keyword or term that generated the traffic. Example: buy+coins.
A label that identifies which version of content a player clicked to reach the web store. Useful for A/B testing and analyzing performance of different ad or link variations within the same campaign. Example: summer_sale_ad1
Information about the login. Player login method. Example: Facebook.
The interface through which the player accessed the login page. Supported values:
browser app: Mobile or desktop browser.
webview: An in-app webview.
homescreen bookmark: A saved home screen shortcut or bookmark.
Information about the player’s device. Device platform. Example: iOS.
Device model. Example: iPhone 16 Pro.
Operating system type. Example: Android.
Operating system version.
Browser type. Example: Google Chrome.
Information about the player’s geolocation. IP address in IPv4 format. Example: 80.178.249.122.
{
"eventName" : "webstore.login.displayed" ,
"eventId" : "3f5bffbc-369e-4599-8c4d-abfe0ae0ef96" ,
"timestamp" : 1754307361396 ,
"sessionId" : "345397c6-d963-4aa4-a0ba-2aaca6c3ee05" ,
"requestId" : "23539478-c744-566a-c78c-c4cc7763ff62" ,
"result" : "success" ,
"reason" : "invalid_credentials" ,
"attributes" : {
"persona" : "non_payer" ,
"blackFridayTest" : "Base_group"
},
"utm" : {
"utmSource" : "google" ,
"utmMedium" : "cpc" ,
"utmCampaign" : "spring_sale" ,
"utmTerm" : "buy+coins" ,
"utmContent" : "ad1"
},
"login" : {
"method" : "Facebook" ,
"source" : "webview"
},
"device" : {
"platform" : "iOS" ,
"deviceModel" : "iPhone 16 Pro" ,
"osType" : "Apple" ,
"osVersion" : "18" ,
"browserType" : "Google Chrome" ,
"browserVersion" : "138"
},
"geolocation" : {
"countryCode2" : "US" ,
"region" : "Florida" ,
"ipAddress" : "192.168.1.1." ,
"zipCode" : "34997"
}
}