Email subscribe
Track event when user subscribed by email
Function

web_event.track("email", "subscrible", {
extra: {the detail info} // option
});Sample data for event after user has .
Last updated
Was this helpful?
Track event when user subscribed by email
Function

web_event.track("email", "subscrible", {
extra: {the detail info} // option
});Sample data for event after user has .
Last updated
Was this helpful?
Was this helpful?
web_event.track("email", "subscrible", {
extra: {
"email":"[email protected]"
}
});