Skip to main content
trackEvent('post.click', {
  widgetId: 'gallery-homepage',
  widgetType: 'gallery',
  postId: 'post_123',
  marketId: 'market_se',
  postPosition: 4,
  taggedProductIds: ['prod_1', 'prod_2']
})
{
  "widgetId": "gallery-homepage",
  "widgetType": "gallery",
  "postId": "post_123",
  "marketId": "market_se",
  "postPosition": 4,
  "taggedProductIds": ["prod_1", "prod_2"]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cevoid.com/llms.txt

Use this file to discover all available pages before exploring further.

Sent when a shopper clicks a post. The browser event is emitted as cevoid:post.click. The forwarded payload is available on event.detail.

Payload fields

widgetId
string
required
Widget instance ID that showed the post.
widgetType
'gallery' | 'card'
required
The rendered widget type.
postId
string
required
Cevoid post ID.
marketId
string
Market identifier for localized storefronts.
postPosition
number
Position of the post in the widget.
taggedProductIds
string[]
Product IDs associated with the post.