{
  "timestamp": 1632345000,
  "playerId": "12345",
  "appVersion": "1.0.0",
  "sessionId": "345397c6-d963-4aa4-a0ba-2aaca6c3ee05",
  "sessionMetadata": { 
    "metadata": "data" 
  },
  "offers": [
    {
      "publisherOfferId": "offer123",
      "offerType": "SpecialOffer",
      "offerIndex": 1
    }
  ]
}
An event triggered when the backend successfully returns the list of offers configured to be shown to the player. This event confirms that the offers are ready to be rendered on the page. Event Data
timestamp
string
The time when the event occurred. Example: 1632345000
playerId
string
The unique identifier of the player involved in the event. Example: 12345
appVersion
string
The game version. Example: 1.0.0
sessionId
string
The session ID of the player’s current session. Example: 345397c6-d963-4aa4-a0ba-2aaca6c3ee05
sessionMetadata
object
Relevant only to Personalization API users, the player session metadata object received from the Personalization API. Example: { "metadata": "data" }
offers
array of objects
A list of offers related to the event.
{
  "timestamp": 1632345000,
  "playerId": "12345",
  "appVersion": "1.0.0",
  "sessionId": "345397c6-d963-4aa4-a0ba-2aaca6c3ee05",
  "sessionMetadata": { 
    "metadata": "data" 
  },
  "offers": [
    {
      "publisherOfferId": "offer123",
      "offerType": "SpecialOffer",
      "offerIndex": 1
    }
  ]
}