Live predictor card events
Events from our Live predictor card
All events below include standard context fields (page, client, etc.) automatically. See Base Event Data for details.
Live predictor started
Raised when a user starts a live predictor card.
{
"siteId": "string", // The unique site ID
"userId": "string", // The unique user ID
"cardId": "string", // The unique card ID (Predictive)
"cardType": "string", // The card type (Predictive)
"cardName": "string", // The card name
"gameplayId": "string" // The gameplay session ID
}
Live predictor answered
Event name in GTM: card-answered
Raised when a user answers a question on a live predictor card.
{
"siteId": "string", // The unique site ID
"userId": "string", // The unique user ID
"cardId": "string", // The unique card ID (Predictive)
"cardType": "string", // The card type (Predictive)
"cardName": "string", // The card name
"gameplayId": "string", // The gameplay session ID
"segmentId": "string", // The segment ID (if applicable)
"segmentTitle": "string", // The segment title (if applicable)
"questionId": "string", // The question ID
"questionText": "string", // The question text
"questionStyle": "string", // The question style (if applicable)
"optionId": "string", // The selected option ID
"optionText": "string", // The selected option text
"optionImage": "string", // The selected option image URL (if applicable)
"sliderOption": "number" // The slider value (if applicable)
}