This topic has not yet been rated - Rate this topic

AdStatus Value Set

Defines the possible status values of an ad.

<xs:simpleType name="AdStatus">
  <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

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

The ad is undergoing editorial review or has failed editorial review. To determine which, see AdEditorialStatus.

Paused

The ad will not serve until the owner resumes it.

Requirements

CampaignManagementService.svc v8

Namespace: https://adcenter.microsoft.com/v8

See Also

Reference

Ad Data Object

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.