user sign-in

User signed successful

Code tracking

web_event.track("user", "sign_in", {
    extra: {the detail info} // option
});

Code tracking sample

web_event.track("user", "sign_in", {
    extra: { 
        "identify_id":"864115", // customer_id 
        "identify_name":"Barack Obama",
        "identify_first_name":"Barack",
        "identify_last_name":"Obama",
        "identify_phone":"09123456789",
        "identify_email":"[email protected]"
    }
});

Last updated

Was this helpful?