Vote/Carousel card events
Events from our Vote/Carousel cards
All events below include standard context fields (page, client, etc.) automatically. See Base Event Data for details.
Carousel item viewed
Raised when a user views an item of a carousel.
{
"itemIndex": 0, // The index of the item viewed starting from 0
"itemId": "string" // The unique id of the item viewed
}
Carousel voted
Raised when a user votes on a carousel card.
{
"vote": "string | number" // The value or option selected by the user
}