Email subscribe

Track event when user subscribed by email

Function

Event trigger such as : click to button, submit a form, ...
web_event.track("email", "subscrible", {
    extra: {the detail info} // option
});

Sample data for event after user has .

web_event.track("email", "subscrible", {
    extra: { 
     "email":"[email protected]"
}
});                                            

Last updated

Was this helpful?