Skip to Content
User Interaction EventsCardsQuiz / Poll / Personality Quiz

Quiz / Poll / Personality Test card events

Events from our Quiz, Poll, or Personality Test cards.

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

Quiz started

Event name in GTM: card-started

Raised when a user starts a Quiz / Poll / Personality Test game.

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

Quiz answered

Event name in GTM: card-answered

Raised when a user answers a question in a Quiz / Poll / Personality Test card.

{ "type": "Quiz", "name": "string", "answer": "string" // The answer selected by the user }

Quiz finished

Event name in GTM: card-finished

Raised when a user completes a Quiz / Poll / Personality Test card.

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