Onsite API
Getting Started
How to use
cact(command, [options,] [callback])Argument
Descriptions
Required
Send event
cact('<event_name>', {<event_params>});cact('purchase', {
id:'1234',
currency: 'EUR',
//...
});Get information
Error handling
API Stub (optional)
Last updated
Was this helpful?