EditorialReason Data Object - Campaign Management
Defines an object that you can use to determine the component of an ad or keyword that failed editorial review, and the reason for the failure.
Syntax
<xs:complexType name="EditorialReason" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Location" nillable="true" type="xs:string" />
<xs:element xmlns:q40="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="PublisherCountries" nillable="true" type="q40: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 EditorialReason object has the following elements: Location, PublisherCountries, ReasonCode, Term.
Element | Description | Data Type |
---|---|---|
Location | The component of the ad or keyword that failed editorial review. | string |
PublisherCountries | A list of countries or regions where the ad or keyword failed editorial review. Each string in the list contains a two character country or region code. | 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 cannot 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