Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a collection of ads or keywords that failed editorial review, and the reason for the failure.
Syntax
<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. Note: AdGroupId is always 0 for an asset since it doesn't belong to an ad group. | long |
| AdOrKeywordId | Identifies the ad or keyword that failed editorial review. Note: AdOrKeywordId is the ID of the asset. | long |
| AppealStatus | A value that determines whether you can appeal the issues found by the editorial review. Note: AppealStatus is based on information in the catalog.AssetEditorialStatus table. It's a combination of Appealability and IsAppealPending. |
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