User sign-out
User sign out successful
Code tracking
web_event.track("user", "sign_out", {
extra: {the detail info} // option
});
Code tracking sample
web_event.track("user", "sign_out", {
extra: {
"identify_id":"864115" // customer_id
}
});
Last updated
Was this helpful?