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

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CUSTOMER_TYPE_UNSPECIFIED

Value: 0

Unspecified CustomerType. Should never be used.

Generated from protobuf enum CUSTOMER_TYPE_UNSPECIFIED = 0;

PBNEW

Value: 1

The customer is new to the advertiser.

Generated from protobuf enum NEW = 1;

RETURNING

Value: 2

The customer is returning to the advertiser.

Generated from protobuf enum RETURNING = 2;

REENGAGED

Value: 3

The customer has re-engaged with the advertiser.

Generated from protobuf enum REENGAGED = 3;