As of April 30th 2019, this documentation has been migrated to developers.customersuccessbox.com
This documentation will be maintained on an ongoing basis at the new home.
analytics.login(#UserID, #AccountID)
This function call is used to log all users logins.
analytics.login(<#UserID>, <#AccountID>);
Example:
analytics.login(unique_id_or_email, unique_account_or_domain);
Puneet Kataria
Comments