ProductReviewAttributes

ProductReviewAttributes

Attributes.

Fields
review_time

Timestamp

Required. The timestamp indicating when the review was written.

pros[]

string

Optional. Contains the advantages based on the opinion of the reviewer. Omit boilerplate text like "pro:" unless it was written by the reviewer.

cons[]

string

Optional. Contains the disadvantages based on the opinion of the reviewer. Omit boilerplate text like "con:" unless it was written by the reviewer.

product_names[]

string

Optional. Descriptive name of a product.

asins[]

string

Optional. Contains ASINs (Amazon Standard Identification Numbers) associated with a product.

gtins[]

string

Optional. Contains GTINs (global trade item numbers) associated with a product. Sub-types of GTINs (e.g. UPC, EAN, ISBN, JAN) are supported.

mpns[]

string

Optional. Contains MPNs (manufacturer part numbers) associated with a product.

skus[]

string

Optional. Contains SKUs (stock keeping units) associated with a product. Often this matches the product Offer Id in the product feed.

brands[]

string

Optional. Contains brand names associated with a product.

collection_method

CollectionMethod

Optional. The method used to collect the review.

transaction_id

string

Optional. A permanent, unique identifier for the transaction associated with the review in the publisher's system. This ID can be used to indicate that multiple reviews are associated with the same transaction.

aggregator_name

string

Optional. The name of the aggregator of the product reviews.

A publisher may use a reviews aggregator to manage reviews and provide the feeds. This element indicates the use of an aggregator and contains information about the aggregator.

subclient_name

string

Optional. The name of the subclient of the product reviews.

The subclient is an identifier of the product review source. It should be equivalent to the directory provided in the file data source path.

publisher_name

string

Optional. The name of the publisher of the product reviews.

The information about the publisher, which may be a retailer, manufacturer, reviews service company, or any entity that publishes product reviews.

publisher_favicon

string

Optional. A link to the company favicon of the publisher. The image dimensions should be favicon size: 16x16 pixels. The image format should be GIF, JPG or PNG.

reviewer_id

string

Optional. The author of the product review.

A permanent, unique identifier for the author of the review in the publisher's system.

reviewer_is_anonymous

bool

Optional. Set to true if the reviewer should remain anonymous.

reviewer_username

string

Optional. The name of the reviewer of the product review.

review_language

string

Optional. The language of the review defined by BCP-47 language code.

review_country

string

Optional. The country of the review defined by ISO 3166-1 Alpha-2 Country Code.

title

string

Optional. The title of the review.

content

string

Optional. The content of the review. If empty, the content might still get populated from pros and cons.

min_rating

int64

Optional. Contains the ratings associated with the review. The minimum possible number for the rating. This should be the worst possible rating and should not be a value for no rating.

max_rating

int64

Optional. The maximum possible number for the rating. The value of the max rating must be greater than the value of the min attribute.

rating

double

Optional. The reviewer's overall rating of the product.

is_spam

bool

Optional. Indicates whether the review is marked as spam in the publisher's system.

is_verified_purchase

bool

Optional. Indicates whether the reviewer's purchase is verified.

is_incentivized_review

bool

Optional. Indicates whether the review is incentivized.