customerType property

String? customerType
getter/setter pair

Type of the customer associated with the conversion (new or returning). Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "NEW" : Converting user is new to the advertiser.
  • "RETURNING" : Converting user is returning to the advertiser. Definition of returning differs among conversion types, such as a second store visit versus a second online purchase.

Implementation

core.String? customerType;