status property

String? status
getter/setter pair

Status of this custom interest.

Indicates whether the custom interest is enabled or removed. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ENABLED" : Enabled status - custom interest is enabled and can be targeted to.
  • "REMOVED" : Removed status - custom interest is removed and cannot be used for targeting.

Implementation

core.String? status;