Skip to Content

Spin to win

Events from our Spin to win card.

All events below include the Base Event Data and Core Context Fields for cards automatically. Only event-specific fields are listed below.

Spin to win viewed

Event name in GTM: card-viewed

Raised when a user views a Spin to win card.

{ "type": "SpinToWin", // The card type "name": "string" // The card name }

Spin to win cover clicked

Event name in GTM: cover-clicked

Raised when a user clicks the cover of a Spin to win card.

{ // No event-specific fields }

Spin to win form started

Event name in GTM: form-start

Raised when a user starts the entry form for a Spin to win card.

{ // No event-specific fields }

Spin to win form submitted

Event name in GTM: form-submission

Raised when a user submits the entry form for a Spin to win card.

{ // No event-specific fields }

Spin to win action

Event name in GTM: card-action

Raised when a user performs an action on a Spin to win card.

{ // No event-specific fields }

Spin to win finished

Event name in GTM: card-finished

Raised when a user completes a Spin to win card.

{ "gameplayId": "string", // The gameplay session ID "resultTitle": "string", // The result title (if applicable) "resultDescription": "string",// The result description (if applicable) "resultImage": "string" // The result image URL (if applicable) }