AdExtensionStatus Value Set - Campaign Management

Defines the possible status values of an ad extension.

Syntax

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

Values

The AdExtensionStatus value set has the following values: Active, Deleted.

Value Description
Active The ad extension is active. You can associate an active ad extension with a campaign or ad group.
Deleted The ad extension is deleted. This status is for internal use only. The Get operations will not include deleted extensions.

Requirements

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

Used By

AdExtension