type property

String? type
getter/setter pair

Type of the custom interest, CUSTOM_AFFINITY or CUSTOM_INTENT.

By default the type is set to CUSTOM_AFFINITY. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "CUSTOM_AFFINITY" : Allows brand advertisers to define custom affinity audience lists.
  • "CUSTOM_INTENT" : Allows advertisers to define custom intent audience lists.

Implementation

core.String? type;