EditorialReasonCollection 数据对象 - 市场活动管理

定义编辑评审失败的广告或关键字的集合,以及失败的原因。

语法

<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>

元素

EditorialReasonCollection 对象具有以下元素:AdGroupIdAdOrKeywordIdAppealStatusReasons

元素 说明 数据类型
AdGroupId 标识广告组,该广告组是编辑评审失败的广告或关键字 (keyword) 的父级。 long
AdOrKeywordId 标识编辑评审失败的广告或关键字 (keyword) 。 long
AppealStatus 一个 值,该值确定是否可以对编辑评审发现的问题提出上诉。 AppealStatus
原因 编辑原因数组,可用于确定编辑评审失败的广告或关键字 (keyword) 组件以及失败原因。 EditorialReason 数组

要求

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

使用者

GetEditorialReasonsByIds