Reviews Table

The Reviews table provides detailed data on customer reviews, including the content, sentiment, and associated metadata such as reviewer attributes and product details. By querying this table, you can analyze review trends, assess customer sentiment, and identify areas for improvement in your products or services.

📘

Note

event_date is a required field for queries on this table.

Dimensions

Dimensions are immutable properties that can be used for grouping data.

TitleIDTypeDescription
Event Dateevent_datedateThe date the review was submitted. Based on the time zone of the shop at the moment of the review submission.
Event Dayevent_date.daydateThe day on which the event occurred. Derived from event_date.
Event Weekevent_date.weekdateThe Sunday of the week during which the event occurred. Derived from event_date.
Event Monthevent_date.monthdateThe month during which the event occurred. Derived from event_date.
Event Quarterevent_date.quarterdateThe first month of the quarter during which the event occurred. Derived from event_date.
Event Yearevent_date.yeardateThe year during which the event occurred. Derived from event_date.
Attributes with Ratingattributes_with_ratingrecord repeatedA list of rating attributes within the review. Set in the reviews platform.
Minimum Rating Labelattributes_with_rating.min_labelstringThe label for the minimum rating value.

Example values: Runs small, Disappointing
Mid Label Ratingattributes_with_rating.mid_labelstringThe label for the midpoint rating value.

Example values: True to size, As expected
Titleattributes_with_rating.titlestringThe title of the rating attribute.

Example values: Size Range, Quality
Typeattributes_with_rating.typestringThe type of the rating attribute.

Example values: range, multi-select, single-select
Valueattributes_with_rating.valuestringThe rating value for the attribute.

Example values: -1, 0, 0.5, 2
Maximum Rating Labelattributes_with_rating.max_labelstringThe label for the maximum rating value.

Example values: Runs large, Exceeds expectations
Contains Profanitycontains_profanitybooleanTrue if the review contains profanity.

Possible values: true, false
ContentcontentstringThe text content of the review.

Example values: Fits nicely, Better quality than it looked in the pictures
Review IDidstringThe unique identifier for the review.

Example value: 948f450e-5b38-4a2e-ace6-470b7b5535cf
Is Recommendedis_recommendedbooleanTrue if the product is recommended by the reviewer.

Possible values: true, false
MarketplacemarketplacestringThe marketplace where the review was submitted.

Example value: shopify
Order IDorder_idstringThe unique identifier for the order associated with the review.

Example value: 4930225799243
PlatformplatformstringThe platform through which the review was submitted.

Example values: okendo, yotpo
Product IDproduct_idstringThe unique identifier of the reviewed product.

Example value: 3891505496131
Product Nameproduct_namestringThe name of the reviewed product.

Example values: Green Soft Socks 3-Pack, Paring Knife Travel Case, Gift Subscription
Review Typereview_typestringThe type of review submitted.

Example value: product
Reviewer Attributesreviewer_attributesrecord repeatedAttributes associated with the reviewer.
Reviewer Titlereviewer_attributes.titlestringThe title of the reviewer.
Reviewer Typereviewer_attributes.typestringThe type of the reviewer.
Reviewer Valuereviewer_attributes.valuestringThe value of the reviewer.
Reviewer Country Codereviewer_country_codestringThe country code of the reviewer, according to ISO 3166-1 alpha-2. See list of country codes.

Example value: US
Reviewer Display Namereviewer_display_namestringThe display name of the reviewer.
Reviewer Emailreviewer_emailstringThe email address of the reviewer.
Reviewer Is Verifiedreviewer_is_verifiedbooleanTrue if the reviewer is a verified customer.

Possible values: true, false
Reviewer Namereviewer_namestringThe name of the reviewer.
Reviewer Verified Statusreviewer_verified_statusstringThe verification status of the reviewer.
SentimentsentimentstringThe sentiment analysis result for the review content.

Example values: positive, mixed, negative
StatusstatusstringThe status of the review.

Example values: approved, published, unpublished
TitletitlestringThe title of the review.

Example values: Almost perfect, Would not recommend, Absolutely beautiful!
Variant IDvariant_idstringThe unique identifier of the reviewed product variant.

Example value: 29275946877001

Measures

Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.

TitleIDTypeDescription
Helpful Counthelpful_countnumericThe number of helpful votes the review has received.
RatingratingnumericThe rating score assigned by the reviewer.
Unhelpful Countunhelpful_countnumericThe number of unhelpful votes the review has received.