customerValueBucket property

String? customerValueBucket
getter/setter pair

The advertiser-assessed value of the customer.

Optional. Possible string values are:

  • "CUSTOMER_VALUE_BUCKET_UNSPECIFIED" : Unspecified CustomerValueBucket. Should never be used.
  • "LOW" : The customer is low value.
  • "MEDIUM" : The customer is medium value.
  • "HIGH" : The customer is high value.

Implementation

core.String? customerValueBucket;