CustomInterestStatus

  • The document describes an Enum for custom interest types.

  • The UNSPECIFIED and UNKNOWN enum values represent unspecified or unknown statuses respectively.

  • The ENABLED status means the custom interest can be targeted.

  • The REMOVED status means the custom interest has been removed and cannot be used for targeting.

Enum containing possible custom interest types.

Proto definition

Enums

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.

UNKNOWN

Used for return value only. Represents value unknown in this version.

UNSPECIFIED

Not specified.