AdExtensionEditorialReason Data Object - Campaign Management

Defines an object that you can use to determine the component of an ad extension that failed editorial review, and the reason for the failure.

Syntax

<xs:complexType name="AdExtensionEditorialReason" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Location" nillable="true" type="xs:string" />
    <xs:element xmlns:q72="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="PublisherCountries" nillable="true" type="q72:ArrayOfstring" />
    <xs:element minOccurs="0" name="ReasonCode" type="xs:int" />
    <xs:element minOccurs="0" name="Term" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The AdExtensionEditorialReason object has the following elements: Location, PublisherCountries, ReasonCode, Term.

Element Description Data Type
Location The component of the ad extension that failed editorial review. string
PublisherCountries The list of publisher countries or regions whose editorial guidelines do not allow the specified term. string array
ReasonCode A code that identifies the reason for the failure. For a list of possible reason codes, see Editorial Reason Codes. int
Term The term that failed editorial review.

This element will not be set if a combination of terms caused the failure or if the failure was based on a policy violation.
string

Requirements

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

Used By

AdExtensionEditorialReasonCollection