HTTPS POST
requests to your endpoint containing JSON payloads that describe each event.
signature
header using this format:
Content-Type: application/json
signature: t={timestamp},v1={signature}
x-project-id: 1234
: Project ID. Located in the Publisher Dashboard under Settings > Company > Project ID.{timestamp}.{json_payload}
sessionId
property that identifies the player’s current session. This value helps track player behavior across interactions such as logins, purchases, or visits to the web store.
A session begins when a player logs in or returns to the web store, and it ends either after 30 minutes of inactivity or when the player logs out. If the player opens the store in multiple tabs within the same browser, those tabs will share the same sessionId
. However, accessing the store in a different browser or on another device will generate a new session ID.
Use the sessionId
to group related events and gain insight into player activity within a single session.