AssetGroupEditorialReasonCollection Data Object - Campaign Management

Defines a collection of asset groups that failed editorial review.

Syntax

<xs:complexType name="AssetGroupEditorialReasonCollection" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AppealStatus" type="tns:AppealStatus" />
    <xs:element minOccurs="0" name="AssetGroupId" type="xs:long" />
    <xs:element minOccurs="0" name="CampaignId" type="xs:long" />
    <xs:element minOccurs="0" name="Reasons" nillable="true" type="tns:ArrayOfAssetGroupEditorialReason" />
  </xs:sequence>
</xs:complexType>

Elements

The AssetGroupEditorialReasonCollection object has the following elements: AppealStatus, AssetGroupId, CampaignId, Reasons.

Element Description Data Type
AppealStatus A value that determines whether you can appeal the issues found by the editorial review. AppealStatus
AssetGroupId The identifier of the asset group that failed editorial review. long
CampaignId The identifier of the associated campaign. long
Reasons A list of AssetGroupEditorialReason objects that identify the component of an asset group that failed editorial review, and the reason for the failure. AssetGroupEditorialReason array

Requirements

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

Used By

GetAssetGroupsEditorialReasons