state property

String? state
getter/setter pair

The state of this pretargeting configuration.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Placeholder for undefined state.
  • "ACTIVE" : This pretargeting configuration is actively being used to filter bid requests.
  • "SUSPENDED" : This pretargeting configuration is suspended and not used in serving.

Implementation

core.String? state;