Skip to main content
trackEvent('product.click.tag', {
  widgetId: 'gallery-homepage',
  widgetType: 'gallery',
  postId: 'post_123',
  productId: 'prod_1',
  marketId: 'market_se'
})
{
  "widgetId": "gallery-homepage",
  "widgetType": "gallery",
  "postId": "post_123",
  "productId": "prod_1",
  "marketId": "market_se"
}

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 tagged product from a post. The browser event is emitted as cevoid:product.click.tag. The forwarded payload is available on event.detail.

Payload fields

widgetId
string
required
Widget instance ID that showed the product.
widgetType
'gallery' | 'card'
required
The rendered widget type.
postId
string
required
Cevoid post ID tied to the product click.
productId
string
required
Product ID that was clicked.
marketId
string
Market identifier for localized storefronts.