Getting Started

Overview 🔗

Custom Events let publishers send their own events to Ezoic. These events can be used in Ezoic's Big Data Analytics (BDA) platform for dynamic reporting and analysis.

Usage 🔗

To send a custom event:

1window.ezoicEvent = window.ezoicEvent || {};
2window.ezoicEvent.queue = window.ezoicEvent.queue || [];
3window.ezoicEvent.queue.push(function(){
4    window.ezoicEvent.add("event_name", "event_value");
5});

Replace event_name and event_value with your own values. Your events will be available in BDA and can be viewed in the Custom Event report.