Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class PromotionsConsent.
All possible settings regarding promotions related to the business identity.
Protobuf type google.shopping.merchant.accounts.v1beta.BusinessIdentity.PromotionsConsent
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1beta \ BusinessIdentityMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PROMOTIONS_CONSENT_UNSPECIFIED
Value: 0
Default value indicating that no selection was made.
Generated from protobuf enum PROMOTIONS_CONSENT_UNSPECIFIED = 0;
PROMOTIONS_CONSENT_GIVEN
Value: 1
Indicates that the account consented to having their business identity used for promotions.
Generated from protobuf enum PROMOTIONS_CONSENT_GIVEN = 1;
PROMOTIONS_CONSENT_DENIED
Value: 2
Indicates that the account did not consent to having their business identity used for promotions.
Generated from protobuf enum PROMOTIONS_CONSENT_DENIED = 2;