Reference documentation and code samples for the Google Shopping Merchant Reviews V1beta Client class CollectionMethod.
The method used to collect the review.
Protobuf type google.shopping.merchant.reviews.v1beta.MerchantReviewAttributes.CollectionMethod
Namespace
Google \ Shopping \ Merchant \ Reviews \ V1beta \ MerchantReviewAttributesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COLLECTION_METHOD_UNSPECIFIED
Value: 0Collection method unspecified.
Generated from protobuf enum COLLECTION_METHOD_UNSPECIFIED = 0;
MERCHANT_UNSOLICITED
Value: 1The user was not responding to a specific solicitation when they submitted the review.
Generated from protobuf enum MERCHANT_UNSOLICITED = 1;
POINT_OF_SALE
Value: 2The user submitted the review in response to a solicitation when the user placed an order.
Generated from protobuf enum POINT_OF_SALE = 2;
AFTER_FULFILLMENT
Value: 3The user submitted the review in response to a solicitation after fulfillment of the user's order.
Generated from protobuf enum AFTER_FULFILLMENT = 3;