Product review lifecycle events are associated with key activities that a customer might perform while adding a product review on your app or website.

Product Reviewed

This event is triggered whenever a customer reviews a product. The following properties are supported by this event:

Property NameTypeDescription of the Property
product_idStringContains the ID of the product being reviewed
review_idStringContains the unique ID of the review being posted by the customer
review_bodyStringContains the body or the content of the review posted by the customer
ratingStringContains the rating of the product added by the customer in the review

An example of the Product Reviewed event is as shown:

rudderanalytics.track("Product Reviewed", {
product_id: "12345",
review_id: "review12",
review_body: "Good product, delivered in excellent condition",
rating: "5",
})

Contact us

For more information on the topics covered on this page, email us or start a conversation in our Slack community.