Google Shopping Merchant Reviews V1beta Client - Class CollectionMethod (0.1.0)

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.ProductReviewAttributes.CollectionMethod

Namespace

Google \ Shopping \ Merchant \ Reviews \ V1beta \ ProductReviewAttributes

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COLLECTION_METHOD_UNSPECIFIED

Value: 0

Collection method unspecified.

Generated from protobuf enum COLLECTION_METHOD_UNSPECIFIED = 0;

UNSOLICITED

Value: 1

The user was not responding to a specific solicitation when they submitted the review.

Generated from protobuf enum UNSOLICITED = 1;

POST_FULFILLMENT

Value: 2

The user submitted the review in response to a solicitation after fulfillment of the user's order.

Generated from protobuf enum POST_FULFILLMENT = 2;