Custom Events
window.zipy.logEvent('<custom event name>', {
'<property_name>': '<property_value>',
'<property_name>': '<property_value>',
'<property_name>': '<property_value>'
});window.zipy.logEvent('Payment_successful', {
plan: "enterprise",
payment_mode: "card"
});Last updated