Scratch and Win card events
Events from our Scratch and Win card.
All events below include the Base Event Data and Core Context Fields for cards automatically. Only event-specific fields are listed below.
Scratch and Win started
Event name in GTM: card-started
Raised when a user starts a scratch and win card.
{
// No event-specific fields
}
Scratch and Win finished
Event name in GTM: card-finished
Raised when a user finishes a scratch and 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)
}