AdExtensionEditorialReasonCollection Data Object - Campaign Management

Defines a collection of ad extensions that failed editorial review.

Syntax

<xs:complexType name="AdExtensionEditorialReasonCollection" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdExtensionId" type="xs:long" />
    <xs:element minOccurs="0" name="Reasons" nillable="true" type="tns:ArrayOfAdExtensionEditorialReason" />
  </xs:sequence>
</xs:complexType>

Elements

The AdExtensionEditorialReasonCollection object has the following elements: AdExtensionId, Reasons.

Element Description Data Type
AdExtensionId The identifier of the ad extension that failed editorial review. long
Reasons A list of AdExtensionEditorialReason objects that identify the component of an ad extension that failed editorial review, and the reason for the failure. AdExtensionEditorialReason array

Requirements

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

Used By

GetAdExtensionsEditorialReasons