Skip to main content

Data layer event names and custom definitions

Zuora

Data layer event names and custom definitions

Event Name Custom Definitions
Form Events
zephr_form_render None
zephr_form_view None
zephr_form_section_change sectionId: string, previousSectionId: string, partId: string, previousPartId: string
zephr_form_button_press sectionId: string, buttonType: string
zephr_form_input_change inputName: string, field: string, sectionId: string
zephr_form_input_blur inputName: string, field: string, sectionId: string
zephr_form_input_focus inputName: string, field: string, sectionId: string
zephr_form_submitted None
zephr_form_validation_error None
zephr_form_error error: string
Payment Events
zephr_form_payment_option_selected productId: string, planId: string, price: number
zephr_form_payment_failure reason: string
zephr_form_purchase productId: string, planId: string, price: number
Authentication Events
zephr_form_login success: boolean
zephr_form_register success: boolean
zephr_form_password_reset_code_sent success: boolean
zephr_form_password_reset_code_validate success: boolean
zephr_form_password_reset success: boolean
zephr_form_email_update_code_sent success: boolean
zephr_form_email_update_code_validate success: boolean
zephr_form_password_update_code_sent success: boolean
zephr_form_password_update_code_validate success: boolean
zephr_form_profile_update success: boolean, attr_{attribute_name}: any
zephr_form_data_capture success: boolean, attr_{attribute_name}: any
zephr_form_complete_registration success: boolean, attr_{attribute_name}: any
Device and Subscription Events
zephr_form_device_logout deviceId: string
zephr_form_sign_out_all_devices None
zephr_form_subscription_change None
zephr_form_payment_method_changed None
zephr_form_billing_history_view None
zephr_form_subscription_change_clicked productId: string, planId: string
zephr_form_cancel_subscription_clicked productId: string, planId: string
zephr_form_subscription_cancel productId: string, productLabel: string, currency: string, amount: string
zephr_form_subscription_cancel_reason productId: string, attr_{attribute_name}: any
zephr_form_subscription_cancel_accept_offer canceledProductId: string, acceptedProductId: string, productLabel: string, currency: string, amount: number