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

PropertyTypeDescription

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'
  }
});

Last updated