configStatus property

String? configStatus
getter/setter pair

The configuration status of the inventory source.

Only applicable for guaranteed inventory sources. Acceptable values are INVENTORY_SOURCE_CONFIG_STATUS_PENDING and INVENTORY_SOURCE_CONFIG_STATUS_COMPLETED. An inventory source must be configured (fill in the required fields, choose creatives, and select a default campaign) before it can serve.

Output only. Possible string values are:

  • "INVENTORY_SOURCE_CONFIG_STATUS_UNSPECIFIED" : The approval status is not specified or is unknown in this version.
  • "INVENTORY_SOURCE_CONFIG_STATUS_PENDING" : The beginning state of a guaranteed inventory source. The inventory source in this state needs to be configured.
  • "INVENTORY_SOURCE_CONFIG_STATUS_COMPLETED" : The state after the buyer configures a guaranteed inventory source.

Implementation

core.String? configStatus;