Use this page when you already use Cevoid galleries or cards and want their emitted browser events in GA4 or GTM. If you need to manually send Cevoid widget events from custom code, use Manual Event Tracking instead.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.
Default gallery behavior
Cevoid galleries and cards use the UGC tracking surface internally and emit browser CustomEvents by default. That means you usually do not need to calltrackEvent() yourself just to forward gallery interactions to GA.
The browser event name format is:
cevoid:widget.loadcevoid:post.clickcevoid:product.click.tagcevoid:gallery.load_morecevoid:sale.complete
event.detail.
Consent note
Browser events are emitted when the SDK tracking call runs unlessemitBrowserEvents is disabled.
Consent affects whether tracked events get a Cevoid session_id. It does not prevent the browser CustomEvent itself from being emitted.
Option 1: Forward directly with gtag
Use this when GA4 is installed directly with gtag().
Option 2: Forward through GTM
Use this when your site already routes analytics through Google Tag Manager.- Create a Custom Event trigger for
cevoid_post_click - Create a GA4 Event tag
- Map the pushed fields to GA4 parameters
Recommended events to forward
Start with the lower-volume action events that are easiest to report on:post.clickproduct.click.tagproduct.click.postproduct.click.cardgallery.load_moregallery.upload_cta_clicksale.complete
widget.view or post.view only if you want that extra volume in GA.