CampaignStatus Value Set - Campaign Management

Defines the possible status values of a campaign.

Syntax

<xs:simpleType name="CampaignStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Active" />
    <xs:enumeration value="Paused" />
    <xs:enumeration value="BudgetPaused" />
    <xs:enumeration value="BudgetAndManualPaused" />
    <xs:enumeration value="Deleted" />
    <xs:enumeration value="Suspended" />
  </xs:restriction>
</xs:simpleType>

Values

The CampaignStatus value set has the following values: Active, BudgetAndManualPaused, BudgetPaused, Deleted, Paused, Suspended.

Value Description
Active The campaign is active, which indicates that the campaign's ads can be served.
BudgetAndManualPaused The campaign is paused, which indicates that the campaign's ads will not serve. This status results when a user sets the campaign status to paused after the service pauses the campaign because the budget is depleted.
BudgetPaused The campaign is paused, which indicates that the campaign's ads will not serve. The service sets this status when the budget is depleted. The service will set the status back to Active when the budget is restored.
Deleted The campaign is deleted. This status is for internal use only. Because all Get operations do not return deleted objects, you will not see an object with this status.
Paused The campaign is paused, which indicates that the campaign's ads will not serve.
Suspended Your campaign has been suspended because of suspicious activity, and no ads are eligible for delivery.
Please contact Microsoft Advertising Support.

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

Campaign