Site Reviewed/Review Updated

Description

This server-side event fires when Yotpo receives a product review. This event fires in response to a customer leaving a review directly on the merchant’s website, or when submitting a review through an email-based review request.

Instrumentation

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

Event Properties

PropertyTypeDescription

review_id

String

Review ID

review_body

String

Review body

rating

String

Review body

Example

analytics.track('Site Reviewed', {
  review_id: 'hjkkgfdfghde338765432ghijas3',
  review_body: 'I love this website',
  rating: '5'
});

Last updated