Sent byDocumentation Index
Fetch the complete documentation index at: https://docs.cevoid.com/llms.txt
Use this file to discover all available pages before exploring further.
trackSale() when a completed purchase is tracked. The SDK emits the browser event cevoid:sale.complete and sends the internal event sale.complete.
The browser event is emitted as cevoid:sale.complete. The forwarded payload is available on event.detail.
Payload fields
Order identifier.
Market identifier used for SKU resolution in telemetry.
Customer identifier.
ISO currency code.
Decimal major-unit amount in
currency.Example: 129.99Purchased SKUs used for telemetry-side product resolution.
Notes
- Provide
revenuein the same currency ascurrency, for example129.99withUSD. - Use
trackSale(data)for conversions rather thantrackEvent('sale.complete', ...).