Overview

Player Data Sync Webhook API

The Player Data Sync Webhook API is utilized to synchronize the player's data in the web store.

The response from this webhook is quite similar to the authentication webhook response, but it also includes additional information regarding the web store's offers and the player's segments.

This webhook is optional. To utilize player data sync, navigate to the “Integrations” section of the Admin panel and ensure that the Player Info Sync URL field contains a valid URL. When the URL is provided, the web store will establish communication with the publisher's webhook under the following conditions:

  1. When a player logs in.
  2. When a player makes a purchase.
  3. When 5 minutes have elapsed since the player's last synchronization.

The webhook provides the web store with the following information:

  1. The offers to be displayed to the player, along with their products contents.
  2. The list of segments of the payer.
  3. The player's in-game balance.
  4. The recommended offers to focus on in the web store.