The Cevoid Analytics SDK lets you send storefront interaction events directly from the browser. Use it when you want to track widget engagement and purchase conversions on Cevoid-powered experiences.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.
Choose your setup
Script tag
Add a single CDN script that auto-initializes and exposes
window.cevoid.npm package
Import the SDK into your storefront app and call
init() yourself.React
Import
Analytics as CevoidAnalytics and render <CevoidAnalytics /> from the React entry point.What you can track
Widget events
Track gallery and card events such as widget loads, post clicks, product tag clicks, and impressions.
Event reference
Look up the exact payload fields and accepted values for each event name.
Sales
Track storefront conversions and connect them back to your Cevoid analytics.
Integration modes
The SDK currently supports three public integration paths:@cevoid/analytics-sdkfor direct browser or storefront integrations@cevoid/analytics-sdk/reactfor React applicationshttps://cdn.cevoid.com/analytics/v1/script.jsfor script-tag installs
window.cevoid:
initresetidentifytrackEventtrackSale
Recommended path
- Pick your installation method on Installation.
- Initialize the SDK with your
publishableKey. - Add tracking calls from Tracking Events.
- Review How It Works before turning on session tracking in production.