User sign-up
User signup successful
Code tracking
web_event.track("user", "sign_up", {
extra: {the detail info} // option
});
Code tracking sample
web_event.track("user", "sign_up", {
extra: {
"identify_id":"864115", // customer_id
"identify_name":"Barack Obama",
"identify_first_name":"Barack",
"identify_last_name":"Obama",
"identify_phone":"09123456789",
"identify_gender":"male",
"identify_birthday":"1960-12-01", // yyyy-MM-dd
"identify_email":"[email protected]",
"identify_address":"New York",
"identify_city":"New York",
"identify_country":"America",
"identify_zip_code":"70000",
"identify_company":"Antsomi"
}
});
Last updated
Was this helpful?