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
The index of the sub-offer currently available to be collected in a rolling offer.
4
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, "indexToCollect": 4 } ] }
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 } ] }
approval_request_displayed
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.
deep_link
The subtype of the offer.
checkout_link
The name of the offer.
offer_name
A unique offer ID, automatically generated by Appcharge.
67d6b74285b58f462adbebcb
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": "deep_link", "offerSubType": "checkout_link", "offerName": "offer_name", "offerId": "67d6b74285b58f462adbebcb", "offerIndex": 1 } ] }
approval_request_closed
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" }
Indicates why the popup was closed.
approve
A list of offers related to the event. Each offer includes:
Offer Details
Unique identifier for the offer.
offer123
Type of the offer.
deep_link
The subtype of the offer.
checkout_link
The name of the offer.
offer_name
A unique offer ID, automatically generated by Appcharge.
67d6b74285b58f462adbebcb
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" }, "reason": "approve", "offers": [ { "publisherOfferId": "offer123", "offerType": "deep_link", "offerSubType": "checkout_link", "offerName": "offer_name", "offerId": "67d6b74285b58f462adbebcb", "offerIndex": 1 } ] }