Visitor Identifier for Recordings

Your Recording sessions can be identified via custom visitor information if you pass that data into our system. The identifier can be an email address, account number, or any other unique identifier you choose to pass into Crazy Egg. You can then filter your recordings and find specific visitors. This can be useful in debugging a customer support request.

Implementation:

Sets an identifier for the currently recorded session. The value passed in can be any value. It could be an email address, a username, or a numeric user ID. On the recordings dashboard, you can filter recordings by the identifier. Keep in mind that the identifier will be set only if the visitor session is being recorded.

CE2.identify(identifier)
identifier: A String

(window.CE_API || (window.CE_API = [])).push(function(){
CE2.identify(userID);
});

You can then filter your recordings and find specific visitors. This can be useful in debugging a customer support request.

Screen_Shot_2021-01-19_at_11.28.26_AM.png
Was this article helpful?

Related Articles

Need Support?

Can’t find the answer you’re looking for? Don’t worry we’re here to help!

Submit a request