Custom Javascript Events
Last updated
Was this helpful?
Last updated
Was this helpful?
If you want to track events that are not covered by Intelligems’ built-in custom event types, you can write any custom event using Javascript. There are two ways to do this:
Javascript custom event managed in Intelligems: this can be set up from the Events Manager. Make sure you leave the event name as-is in the generated code (javascripteventGVYMQ
in this example):
Events sent directly from your theme code: you can send events using Javascript directly from your own site code, like this:
This event will then appear in the Events Manager, where you must register it (acknowledging the event and giving it a name) before you can start using it in experiments.