TABLE OF CONTENTS
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.
Property | Type | Description |
---|---|---|
email | String | The customer’s email address |
externalCustomerId | String | The customer ID at Yotpo |
Example
analytics.identify({
userId: 'john.smith@gmail.com',
traits: {
email: 'john.smith@gmail.com',
externalCustomerId: '12345678'
}
});
ON THIS PAGE