PlayerEventData

Schema

Player account update

Fields

· 13
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).

player_id string required
username string | null

Player's display name on the casino.

registration_date string | null

When the player registered, in UTC (ISO-8601).

country string | null

ISO-3166 alpha-2 country code.

currency string | null

Player's primary currency as an ISO-4217 code.

gender string | null

One of M, F, or null.

affiliate string | null

Affiliate identifier the player signed up under, if any.

operator string | null

Operator identifier provided by your game provider.

tags array of string | null

Free-form labels you can use to segment players in Unibo.

consent_email boolean | null

true if the player has opted in to marketing email.

is_blocked boolean | null

true if the player is blocked.

Used by

· 1 operation