configStatus property

String? configStatus
getter/setter pair

The configuration status of the guaranteed order.

Acceptable values are PENDING and COMPLETED. A guaranteed order must be configured (fill in the required fields, choose creatives, and select a default campaign) before it can serve. Currently the configuration action can only be performed via UI.

Output only. Possible string values are:

  • "GUARANTEED_ORDER_CONFIG_STATUS_UNSPECIFIED" : The approval status is not specified or is unknown in this version.
  • "PENDING" : The beginning state of a guaranteed order. The guaranteed order in this state needs to be configured before it can serve.
  • "COMPLETED" : The state after the buyer configures a guaranteed order.

Implementation

core.String? configStatus;