customerType property
Type of the customer associated with the event.
Optional. Possible string values are:
- "CUSTOMER_TYPE_UNSPECIFIED" : Unspecified CustomerType. Should never be used.
- "NEW" : The customer is new to the advertiser.
- "RETURNING" : The customer is returning to the advertiser.
- "REENGAGED" : The customer has re-engaged with the advertiser.
Implementation
core.String? customerType;