TABLE OF CONTENTS
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.
Property | Type | Description |
---|---|---|
review_id | String | Review ID |
review_body | String | Review body |
rating | String | Review rating |
Example
analytics.track('Site Reviewed', {
review_id: 'hjkkgfdfghde338765432ghijas3',
review_body: 'I love this website',
rating: '5'
});
ON THIS PAGE