{
  "timestamp": 1632345000,
  "playerId": "12345",
  "appVersion": "1.0.0",
  "sessionId": "abc123",
  "sessionMetadata": {
    "metadata": "data" 
  },
  "reason": "approve",
  "offers": [
    {
      "publisherOfferId": "offer123",
      "offerType": "deep_link",
      "offerSubType": "checkout_link",
      "offerName": "offer_name",
      "offerId": "67d6b74285b58f462adbebcb",
      "offerIndex": 1
    }
  ]
}

An event triggered when the Approval Request is closed.

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 unique session ID for the authentication event. Example: abc123

sessionMetadata
object

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

reason
string

Indicates why the popup was closed. Optional Values: approve, not_me Example: approve

offers
array of objects

A list of offers related to the event.

{
  "timestamp": 1632345000,
  "playerId": "12345",
  "appVersion": "1.0.0",
  "sessionId": "abc123",
  "sessionMetadata": {
    "metadata": "data" 
  },
  "reason": "approve",
  "offers": [
    {
      "publisherOfferId": "offer123",
      "offerType": "deep_link",
      "offerSubType": "checkout_link",
      "offerName": "offer_name",
      "offerId": "67d6b74285b58f462adbebcb",
      "offerIndex": 1
    }
  ]
}