audienceType property

String? audienceType
getter/setter pair

The type of the audience. Possible string values are:

  • "AUDIENCE_TYPE_UNSPECIFIED" : Default value when type is not specified or is unknown.
  • "CUSTOMER_MATCH_CONTACT_INFO" : Audience was generated through matching customers to known contact information.
  • "CUSTOMER_MATCH_DEVICE_ID" : Audience was generated through matching customers to known Mobile device IDs.
  • "CUSTOMER_MATCH_USER_ID" : Audience was generated through matching customers to known User IDs.
  • "ACTIVITY_BASED" : Audience was created based on campaign activity.
  • "FREQUENCY_CAP" : Audience was created based on excluding the number of impressions they were served.
  • "TAG_BASED" : Audience was created based on custom variables attached to pixel.
  • "YOUTUBE_USERS" : Audience was created based on past interactions with videos, YouTube ads, or YouTube channel.
  • "LICENSED" : Subtype of third party audience type.

Implementation

core.String? audienceType;