MerchantReviewAttributes
Attributes.
| Fields | |
|---|---|
merchant_id
|
Required. Must be unique and stable across all requests. In other words, if a request today and another 90 days ago refer to the same merchant, they must have the same id. |
merchant_display_name
|
Optional. Human-readable display name for the merchant. |
merchant_link
|
Optional. URL to the merchant's main website. Do not use a redirect URL for this value. In other words, the value should point directly to the merchant's site. |
merchant_rating_link
|
Optional. URL to the landing page that hosts the reviews for this merchant. Do not use a redirect URL. |
min_rating
|
Optional. 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
|
Optional. The maximum possible number for the rating. The value of the max rating must be greater than the value of the min rating. |
rating
|
Optional. The reviewer's overall rating of the merchant. |
title
|
Optional. The title of the review. |
content
|
Required. This should be any freeform text provided by the user and should not be truncated. If multiple responses to different questions are provided, all responses should be included, with the minimal context for the responses to make sense. Context should not be provided if questions were left unanswered. |
reviewer_id
|
Optional. A permanent, unique identifier for the author of the review in the publisher's system. |
reviewer_username
|
Optional. Display name of the review author. |
is_anonymous
|
Optional. Set to true if the reviewer should remain anonymous. |
collection_method
|
Optional. The method used to collect the review. |
review_time
|
Required. The timestamp indicating when the review was written. |
review_language
|
Optional. The language of the review defined by BCP-47 language code. |
review_country
|
Optional. The country where the reviewer made the order defined by ISO 3166-1 Alpha-2 Country Code. |