Custom Events
This topic provides a JavaScript code sample for custom events in Optimizely Data Platform (ODP).
zaius.event("your_event_type_here", {
action: "your_event_action_here",
example_custom_field: "example_value"
});
Updated 3 months ago
Did this page help you?