MerchantReviewAttributes

MerchantReviewAttributes

Attributes.

Fields
merchant_id

string

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

string

Optional. Human-readable display name for the merchant.

min_rating

int64

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

int64

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

double

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

title

string

Optional. The title of the review.

content

string

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

string

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

reviewer_username

string

Optional. Display name of the review author.

is_anonymous

bool

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

collection_method

CollectionMethod

Optional. The method used to collect the review.

review_time

Timestamp

Required. The timestamp indicating when the review was written.

review_language

string

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

review_country

string

Optional. The country where the reviewer made the order defined by ISO 3166-1 Alpha-2 Country Code.