Reviews Table
The Reviews table captures post-purchase product and service reviews and sentiment from review platforms (Okendo, Yotpo). One row per review.
Table GuideWhat You Can Answer With This Table
- What are customers saying, and what is our rating or sentiment? — use
content,sentiment,average_rating- Which products get the best or worst reviews? — group by
product_idwithaverage_rating,recommended_rateBefore You Query
- Required field:
event_dateKey Relationships
When to Use a Different Table
- Use Post-Purchase Survey table when you need self-reported survey responses about what brought customers to purchase. The Reviews table is for product review content, ratings, and sentiment.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
| Title | ID | Type | Description |
|---|---|---|---|
| Event Date | event_date | date | The date the review was submitted. Based on the shop time zone at the moment of the event (or the user time zone, if no sales platform is connected). |
| Event Day | event_date.day | date | The day on which the event occurred. Derived from event_date. |
| Event Week | event_date.week | date | The Sunday of the week during which the event occurred. Derived from event_date. |
| Event Month | event_date.month | date | The month during which the event occurred. Derived from event_date. |
| Event Quarter | event_date.quarter | date | The first month of the quarter during which the event occurred. Derived from event_date. |
| Event Year | event_date.year | date | The year during which the event occurred. Derived from event_date. |
| Attributes with Rating | attributes_with_rating | record repeated | A list of rating attributes within the review. Set in the reviews platform. |
| Minimum Rating Label | attributes_with_rating.min_label | string | The label for the minimum rating value. Example values: |
| Mid Label Rating | attributes_with_rating.mid_label | string | The label for the midpoint rating value. Example values: |
| Title | attributes_with_rating.title | string | The title of the rating attribute. Example values: |
| Type | attributes_with_rating.type | string | The type of the rating attribute. Example values: |
| Value | attributes_with_rating.value | string | The rating value for the attribute. Example values: |
| Maximum Rating Label | attributes_with_rating.max_label | string | The label for the maximum rating value. Example values: |
| Contains Profanity | contains_profanity | boolean | True if the review contains profanity. Possible values: |
| Content | content | string | The text content of the review. Example values: |
| Review ID | id | string | The unique identifier for the review. Example value: |
| Is Recommended | is_recommended | boolean | True if the product is recommended by the reviewer. Possible values: |
| Marketplace | marketplace | string | The marketplace where the review was submitted. Example value: |
| Order ID | order_id | string | The unique identifier for the order associated with the review. Example value: |
| Platform | platform | string | The platform through which the review was submitted. Example values: |
| Product ID | product_id | string | The unique identifier of the reviewed product. Example value: |
| Product Name | product_name | string | The name of the reviewed product. Example values: |
| Review Type | review_type | string | The type of review submitted. Example value: |
| Reviewer Attributes | reviewer_attributes | record repeated | Attributes associated with the reviewer. |
| Reviewer Title | reviewer_attributes.title | string | The title of the reviewer. |
| Reviewer Type | reviewer_attributes.type | string | The type of the reviewer. |
| Reviewer Value | reviewer_attributes.value | string | The value of the reviewer. |
| Reviewer Country Code | reviewer_country_code | string | The country code of the reviewer. See list of countries. Example values: |
| Reviewer Country Name | reviewer_country_name | string | The full name of the reviewer's country. See list of countries. Example values: |
| Reviewer Display Name | reviewer_display_name | string | The display name of the reviewer. |
| Reviewer Email | reviewer_email | string | The email address of the reviewer. |
| Reviewer Is Verified | reviewer_is_verified | boolean | True if the reviewer is a verified customer. Possible values: |
| Reviewer Name | reviewer_name | string | The name of the reviewer. |
| Reviewer Verified Status | reviewer_verified_status | string | The verification status of the reviewer. |
| Sentiment | sentiment | string | The sentiment analysis result for the review content. Example values: |
| Status | status | string | The status of the review. Example values: |
| Title | title | string | The title of the review. Example values: |
| Variant ID | variant_id | string | The unique identifier of the reviewed product variant. Example value: |
Measures
Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.
| Title | ID | Type | Description |
|---|---|---|---|
| Helpful Count | helpful_count | numeric | The number of helpful votes the review has received. |
| Rating | rating | numeric | The rating score assigned by the reviewer. |
| Unhelpful Count | unhelpful_count | numeric | The number of unhelpful votes the review has received. |
Updated 38 minutes ago