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 current session being recorded. The value passed in can be any value. It could be an email address, username, or numerical user ID. On the customer 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.