targetingType property

String? targetingType
getter/setter pair

Enum value for targeting type. Possible string values are:

  • "TARGETING_TYPE_UNSPECIFIED" : Unspecified targeting type.
  • "TARGETING_TYPE_AUDIENCE" : Audience targeting.
  • "TARGETING_TYPE_CONTEXTUAL" : Contextual targeting.
  • "TARGETING_TYPE_DEMOGRAPHIC" : Demographic targeting.
  • "TARGETING_TYPE_DEVICE" : Device targeting.
  • "TARGETING_TYPE_GEO" : Geo targeting.
  • "TARGETING_TYPE_INTEREST" : Interest targeting.
  • "TARGETING_TYPE_PURCHASE_INTENT" : Purchase intent targeting.
  • "TARGETING_TYPE_REMARKETING" : Remarketing targeting.

Implementation

core.String? targetingType;