Identify Method
Overview
ce('identify', '123abc');ce('identify', {email: '[email protected]'});var attributes = {
"email": "[email protected]",
"businessUnit": "DE"
}; β
ce('identify', attributes);Implementation
Identify users with an id
Identifying a user using email
Last updated