Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 159 Bytes

custom-events.md

File metadata and controls

9 lines (7 loc) · 159 Bytes

Custom Events

zaius.event("your_event_type_here", { 
    action: "your_event_action_here",
    example_custom_field: "example_value"
});