Register email on tracking user
Use setCustomerEmail
method to register an email on the current tracking user.
hrq = window.hrq || [];
hrq.push([
"setCustomerEmail",
"stacy@example.org",
function() {
// Optional. Called when the email address has been registered
}
]);