Comment on page

Identify

Description

This server-side event fires whenever there is a Yotpo event of any kind

Instrumentation

This event is part of Fueled’s advanced Yotpo Source Connector.

Event Properties

Property
Type
Description
email
String
The customer’s email address
externalCustomerId
String
The customer ID at Yotpo

Example

analytics.identify({
userId: '[email protected]',
traits: {
externalCustomerId: '12345678'
}
});