Reference documentation and code samples for the Google Ads Data Manager V1 Client class CustomerType.
Type of the customer associated with the event.
Protobuf type google.ads.datamanager.v1.CustomerType
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CUSTOMER_TYPE_UNSPECIFIED
Value: 0Unspecified CustomerType. Should never be used.
Generated from protobuf enum CUSTOMER_TYPE_UNSPECIFIED = 0;
PBNEW
Value: 1The customer is new to the advertiser.
Generated from protobuf enum NEW = 1;
RETURNING
Value: 2The customer is returning to the advertiser.
Generated from protobuf enum RETURNING = 2;
REENGAGED
Value: 3The customer has re-engaged with the advertiser.
Generated from protobuf enum REENGAGED = 3;