Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.voyado.com/llms.txt

Use this file to discover all available pages before exploring further.

The Reviews data product organizes customer review and feedback data from Engage. It includes tables for review summaries, detailed reviews, and comments associated with those reviews. Use this product for analyzing customer opinions, tracking review trends, and managing feedback processes. Common use cases for this data product are:
  • Analyzing customer opinions and sentiment to understand product perception
  • Tracking review trends over time to identify quality improvements or issues
  • Managing feedback processes and monitoring review moderation workflows
  • Understanding user engagement through upvotes, downvotes, and comment interactions

review

Tenant column:tenantId
Description: This table contains detailed information about product reviews. It includes data on the review content, ratings, and metadata such as whether the reviewer is verified, timestamps for review creation and approval, and user details. The table supports tracking changes and deletion status. It can be used for analyzing customer feedback, monitoring review quality, and studying user engagement with product reviews.
Column nameType
tenant_idSTRING
review_idSTRING
external_idSTRING
review_group_idSTRING
product_feed_idSTRING
product_group_idSTRING
product_idSTRING
product_variant_idSTRING
contact_idSTRING
has_review_textBOOLEAN
review_textSTRING
ratingDOUBLE
upvote_countINT
downvote_countINT
is_verified_buyerBOOLEAN
statusSTRING
user_typeSTRING
user_detailSTRING
review_created_onTIMESTAMP
review_approved_onTIMESTAMP
review_rejected_onTIMESTAMP
translations_jsonSTRING
is_deletedBOOLEAN
change_typeSTRING
event_timestampTIMESTAMP
write_timestampTIMESTAMP

reviewcomment

Tenant column:tenantId
Description: The table captures details about review comments made by users. It includes information such as the comment’s status, upvote and downvote counts, timestamps for creation and approval, and user details. This data can be used to analyze user engagement with reviews, track comment moderation efforts, and identify trends in user feedback.
Column nameType
tenant_idSTRING
comment_idSTRING
external_idSTRING
review_idSTRING
parent_comment_idSTRING
contact_idSTRING
upvote_countINT
downvote_countINT
statusSTRING
user_typeSTRING
user_detailSTRING
comment_created_onTIMESTAMP
comment_approved_onTIMESTAMP
comment_rejected_onTIMESTAMP
translations_jsonSTRING
is_deletedBOOLEAN
change_typeSTRING
event_timestampTIMESTAMP
write_timestampTIMESTAMP

reviewsummary

Tenant column:tenantId
Description: The table contains aggregated summaries of product reviews, including various metrics such as the number of ratings, average rating, and sentiment analysis. It can be used to assess product performance, identify customer satisfaction trends, and analyze the characteristics of buyers. This data helps in understanding how different ratings and sentiments are distributed across products, as well as tracking changes over time.
Column nameType
tenant_idSTRING
summary_idSTRING
review_group_idSTRING
number_of_ratingsINT
number_of_reviewsINT
average_ratingDOUBLE
median_ratingDOUBLE
min_ratingINT
max_ratingINT
five_star_ratingsINT
four_star_ratingsINT
three_star_ratingsINT
two_star_ratingsINT
one_star_ratingsINT
rating_standard_deviationDOUBLE
verified_buyer_countINT
unverified_buyer_countINT
unknown_buyer_countINT
positive_sentiment_countINT
neutral_sentiment_countINT
negative_sentiment_countINT
average_sentiment_scoreDOUBLE
total_upvotesINT
total_downvotesINT
summary_based_onSTRING
created_onTIMESTAMP
modified_onTIMESTAMP
deleted_onTIMESTAMP
is_deletedBOOLEAN
translations_jsonSTRING
change_typeSTRING
event_timestampTIMESTAMP
write_timestampTIMESTAMP