Identify
Last updated
This server-side event fires whenever there is a Yotpo event of any kind
This event is part of Fueled’s advanced Yotpo Source Connector.
String
The customer’s email address
externalCustomerId
String
The customer ID at Yotpo
analytics.identify({
userId: 'john.smith@gmail.com',
traits: {
email: 'john.smith@gmail.com',
externalCustomerId: '12345678'
}
});Last updated