{
  "timestamp": 1632345000,
  "event": "shop_land",
  "platform": "mobile",
  "countryCode2": "US",
  "sessionId": "abc123",
  "playerId": "player_001",
  "sessionMetadata": { 
    "metadata": "data" 
  },
  "utmSource": "google",
  "utmMedium": "cpc",
  "utmCampaign": "spring_sale"
}

An event triggered when the player lands on the main web store page after login or when navigating directly to the web store.

Event Data

timestamp
number

The time when the event occurred. Example: 1632345000

event
string

The type of player authentication event. In this case, shop_land. Example: shop_land

platform
string

The device platform used by the player. Example: mobile

countryCode2
string

The two-letter country code of the player. Example: US

sessionId
string

The unique session ID for the authentication event. Example: abc123

playerId
string

The player’s ID. Example: player_001

sessionMetadata
object

Relevant only to Personalization API users, the player session metadata object received from the Personalization API. Example: { "metadata": "data" }

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

{
  "timestamp": 1632345000,
  "event": "shop_land",
  "platform": "mobile",
  "countryCode2": "US",
  "sessionId": "abc123",
  "playerId": "player_001",
  "sessionMetadata": { 
    "metadata": "data" 
  },
  "utmSource": "google",
  "utmMedium": "cpc",
  "utmCampaign": "spring_sale"
}