AdConfiguredStatus
The AdConfiguredStatus enum represents the status configured by the user for an ad.
¶ Values
| Value | Description |
|---|---|
AD_CONFIGURED_STATUS_INVALID |
Invalid status |
AD_CONFIGURED_STATUS_ACTIVE |
Ad is active and running |
AD_CONFIGURED_STATUS_PAUSED |
Ad is paused by the user |
AD_CONFIGURED_STATUS_DRAFT |
Ad is in draft state |
Only AD_CONFIGURED_STATUS_ACTIVE and AD_CONFIGURED_STATUS_PAUSED are accepted as input on update requests. The other values are read-only statuses returned by the API.