type property

String? type
getter/setter pair

Type of the custom audience.

("INTEREST" OR "PURCHASE_INTENT" is not allowed for newly created custom audience but kept for existing audiences) Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "AUTO" : Google Ads will auto-select the best interpretation at serving time.
  • "INTEREST" : Matches users by their interests.
  • "PURCHASE_INTENT" : Matches users by topics they are researching or products they are considering for purchase.
  • "SEARCH" : Matches users by what they searched on Google Search.

Implementation

core.String? type;