Skip to main content
trackEvent('gallery.load_more', {
  widgetId: 'gallery-homepage',
  widgetType: 'gallery',
  marketId: 'market_se',
  loadMoreType: 'button',
  pagePositionX: 0,
  pagePositionY: 1280
})
{
  "widgetId": "gallery-homepage",
  "widgetType": "gallery",
  "marketId": "market_se",
  "loadMoreType": "button",
  "pagePositionX": 0,
  "pagePositionY": 1280
}

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 loads more posts in a gallery widget. The browser event is emitted as cevoid:gallery.load_more. The forwarded payload is available on event.detail.

Payload fields

widgetId
string
required
Gallery widget instance ID.
widgetType
'gallery' | 'card'
required
Use the actual widget type, typically gallery.
marketId
string
Market identifier for localized storefronts.
loadMoreType
'infinity_loader' | 'button'
required
How additional posts were loaded.
pagePositionX
number
Horizontal page position.
pagePositionY
number
Vertical page position.