GameEventData

Schema

Game update

Fields

· 10
unique_id string required

Unique ID for this event, generated by you. Resending an event with the same unique_id is a no-op — always safe to retry a batch.

timestamp string · date-time required

When the event occurred, in UTC (ISO-8601).

game_id string required

Stable identifier for the game. Reuse the same game_id across gameround events and updates to the same game.

name string | null

Human-readable game name.

provider string | null

Game provider or studio (e.g. Pragmatic Play, NetEnt).

categories array of string | null

Game categories (e.g. video-slots, live-casino).

features array of string | null

In-game features (e.g. bonus-buy, megaways).

themes array of string | null

Visual or narrative themes of the game.

device string | null

Free-form device label (e.g. desktop, mobile, tablet). Defaults to undefined when omitted.

has_freespins HasFreespinsChoices | null

One of yes, no, or unknown.

Used by

· 1 operation