{
  "timestamp": 1632345000,
  "event": "login_land",
  "platform": "mobile",
  "source": "webview",
  "countryCode2": "US",
  "sessionId": "345397c6-d963-4aa4-a0ba-2aaca6c3ee05",
  "utmSource": "google",
  "utmMedium": "cpc",
  "utmCampaign": "spring_sale",
  "utmTerm": "buy+coins",
  "utmContent": "ad1"
}
An event triggered when the player lands on the login page of the web store. Used to track login funnel entry. Event Data
timestamp
number
The time when the event occurred. Example: 1632345000
event
string
The type of player authentication event. In this case, login_land. Example: login_land
platform
string
The device platform used by the player. Example: mobile
source
string
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.
countryCode2
string
The two-letter country code of the player. Example: US
sessionId
string
The session ID of the player’s current session. Example: 345397c6-d963-4aa4-a0ba-2aaca6c3ee05
utmSource
string
Identifies the source of your traffic. Optional Values: google, facebook, instagram. Example: google
utmMedium
string
Specifies the medium through which the traffic arrived. Optional Values: cpc, email, social, referral. Example: cpc
utmCampaign
string
Identifies the marketing campaign associated with the traffic. Optional Values: spring_sale, retargeting, black_friday. Example: spring_sale
utmTerm
string
Paid search keyword or term that generated the traffic. Example: buy+coins
utmContent
string
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: ad1
{
  "timestamp": 1632345000,
  "event": "login_land",
  "platform": "mobile",
  "source": "webview",
  "countryCode2": "US",
  "sessionId": "345397c6-d963-4aa4-a0ba-2aaca6c3ee05",
  "utmSource": "google",
  "utmMedium": "cpc",
  "utmCampaign": "spring_sale",
  "utmTerm": "buy+coins",
  "utmContent": "ad1"
}