Google Ads Data Manager V1 Client - Class CustomerValueBucket (0.1.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CUSTOMER_VALUE_BUCKET_UNSPECIFIED

Value: 0

Unspecified CustomerValueBucket. Should never be used.

Generated from protobuf enum CUSTOMER_VALUE_BUCKET_UNSPECIFIED = 0;

LOW

Value: 1

The customer is low value.

Generated from protobuf enum LOW = 1;

MEDIUM

Value: 2

The customer is medium value.

Generated from protobuf enum MEDIUM = 2;

HIGH

Value: 3

The customer is high value.

Generated from protobuf enum HIGH = 3;