Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (34 loc) · 1.61 KB

File metadata and controls

40 lines (34 loc) · 1.61 KB
title ms.service ms.topic author ms.author description
AdStatus Value Set - Campaign Management
bing-ads-campaign-management-service
article
eric-urban
eur
Defines the possible status values of an ad.

AdStatus Value Set - Campaign Management

Defines the possible status values of an ad.

Syntax

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

Values

The AdStatus value set has the following values: Active, Deleted, Inactive, Paused.

Value Description
Active The ad can be served.
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.
Inactive This status is read-only. The ad is undergoing editorial review or has failed editorial review. To determine the ad editorial status, see AdEditorialStatus.
Paused The ad will not serve until the owner resumes it.

Requirements

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

Used By

Ad