EditorialReasonCollection Data Object - Campaign Management
Defines a collection of ads or keywords that failed editorial review, and the reason for the failure.
<xs:complexType name="EditorialReasonCollection" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="AdGroupId" type="xs:long" />
<xs:element minOccurs="0" name="AdOrKeywordId" type="xs:long" />
<xs:element minOccurs="0" name="AppealStatus" type="tns:AppealStatus" />
<xs:element minOccurs="0" name="Reasons" nillable="true" type="tns:ArrayOfEditorialReason" />
</xs:sequence>
</xs:complexType>
Elements
The EditorialReasonCollection object has the following elements: AdGroupId, AdOrKeywordId, AppealStatus, Reasons.
Element | Description | Data Type |
---|---|---|
AdGroupId | Identifies the ad group which is the parent of the ad or keyword that failed editorial review. | long |
AdOrKeywordId | Identifies the ad or keyword that failed editorial review. | long |
AppealStatus | A value that determines whether you can appeal the issues found by the editorial review. | AppealStatus |
Reasons | An array of editorial reasons that you can use to determine the component of an ad or keyword that failed editorial review, and the reason for the failure. | EditorialReason array |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13