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

Namespace

Google \ Shopping \ Merchant \ Reviews \ V1beta \ MerchantReviewAttributes

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;

MERCHANT_UNSOLICITED

Value: 1

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

Generated from protobuf enum MERCHANT_UNSOLICITED = 1;

POINT_OF_SALE

Value: 2

The 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: 3

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

Generated from protobuf enum AFTER_FULFILLMENT = 3;