Statuses
Overview of the campaign, line item, and products statuses work with the API
Level | Available Status | Read Only Status | Is Mutable? | Conditions |
---|---|---|---|---|
Campaign | active inactive | active inactive | No | Campaign statuses will automatically change to active if at least one line item is active. All other line-item statuses will result in the campaign to be inactive |
Line Items | active paused scheduled ended budgetHit noFunds draft archived | scheduled ended budgetHit noFunds draft archived | Yes, line items statuses can be updated through the API to active or paused | Line item will delivery if the status is active, while all other values are applied automatically depending on flight dates, financials, or missing attributes required for line item to serve The following line-item status will result in a campaign status to be inactive: paused, scheduled, ended, budgetHit, noFunds, draft, archived |
Products | active inactive | Not entirely - active and paused statuses are read only with most promoted products endpoints. However, they can be directly updated using the pause and un-pause endpoints. | Yes with the pause and un-pause endpoints/line-items/{LineItemId}/products/pause directly updates promoted product status to paused/line-items/{LineItemId}/products/pause directly updates promoted product to active | Pausing products sku’s on a line item will not change the status of a campaign or line item |
Updated about 2 years ago