View insights into player behavior within the store, such as viewing available offers and interacting with loaded offers.
offers_shown
The time when the event occurred.
1632345000
The unique identifier of the player involved in the event.
12345
The game version.
1.0.0
Relevant only to PIS users, the player session metadata object received from the Player Info Sync Webhook.
{ "metadata": "data" }
A list of offers related to the event. Each offer includes:
Offer Details
Unique identifier for the offer.
offer123
Type of the offer.
SpecialOffer
The index of the offer in the list. Represents the day sequence of the daily bonus.
1
Example Payload
Here is an example of what the payload might look like:
{ "timestamp": 1632345000, "playerId": "12345", "appVersion": "1.0.0", "sessionMetadata": { "metadata": "data" }, "offers": [ { "publisherOfferId": "offer123", "offerType": "SpecialOffer", "offerIndex": 1 } ] }
offers_loaded
The time when the event occurred.
1632345000
The unique identifier of the player involved in the event.
12345
The game version.
1.0.0
Relevant only to PIS users, the player session metadata object received from the Player Info Sync Webhook.
{ "metadata": "data" }
A list of offers related to the event. Each offer includes:
Offer Details
Unique identifier for the offer.
offer123
Type of the offer.
SpecialOffer
The index of the offer in the list. Represents the day sequence of the daily bonus.
1
Example Payload
Here is an example of what the payload might look like:
{ "timestamp": 1632345000, "playerId": "12345", "appVersion": "1.0.0", "sessionMetadata": { "metadata": "data" }, "offers": [ { "publisherOfferId": "offer123", "offerType": "SpecialOffer", "offerIndex": 1 } ] }