Skip to Content

Swiper

Events from our Swiper card.

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

Swiper viewed

Event name in GTM: card-viewed

Raised when a user views a Swiper card.

{ // No event-specific fields }

Swiper cover clicked

Event name in GTM: cover-clicked

Raised when a user clicks the cover of a Swiper card.

{ // No event-specific fields }

Swiper started

Event name in GTM: card-started

Raised when a user starts a Swiper card.

{ // No event-specific fields }

Swiper answered

Event name in GTM: card-answered

Raised when a user answers a Swiper card.

{ "gameplayId": "string", // The gameplay session ID "questionId": "string", // The question (option group) ID "optionId": "string", // The option ID selected "swipedRight": true // Whether the user swiped right (boolean) }

Swiper finished

Event name in GTM: card-finished

Raised when a user completes a Swiper card.

{ "gameplayId": "string", // The gameplay session ID "points": 0 // The number of correct answers (if applicable) }