Comment on page
Identify
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.
Property | Type | Description |
---|---|---|
email | String | The customer’s email address |
externalCustomerId | String | The customer ID at Yotpo |
analytics.identify({
userId: '[email protected]',
traits: {
email: '[email protected]',
externalCustomerId: '12345678'
}
});
Last modified 3mo ago