Reference documentation and code samples for the Google Ads Data Manager V1 Client class CustomerValueBucket.
The advertiser-assessed value of the customer.
Protobuf type google.ads.datamanager.v1.CustomerValueBucket
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CUSTOMER_VALUE_BUCKET_UNSPECIFIED
Value: 0Unspecified CustomerValueBucket. Should never be used.
Generated from protobuf enum CUSTOMER_VALUE_BUCKET_UNSPECIFIED = 0;
LOW
Value: 1The customer is low value.
Generated from protobuf enum LOW = 1;
MEDIUM
Value: 2The customer is medium value.
Generated from protobuf enum MEDIUM = 2;
HIGH
Value: 3The customer is high value.
Generated from protobuf enum HIGH = 3;