An introduction to identify calls into Koala
ko.identify()
calls. Be sure you’re sending these calls for all forms of login, including Google OAuth, SSO, Github, etc.
If you do it client-side, you’ll get the following additional benefits:
ko_id
in your cookies) to an email address. The pseudocode for this is:
email
property is set with your user emailprofile_id
property is set with the Koala cookie id (if no id, skip the call)analytics.identify()
call. See the pseudocode in Approach 2 as a reference — without this, the identity linking will not work!