EditorialErrorCollection 数据对象 - 市场活动管理
定义错误对象的嵌套列表,该列表标识实体编辑评审失败的可能原因之一。
语法
<xs:complexType name="EditorialErrorCollection" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:BatchErrorCollection">
<xs:sequence>
<xs:element minOccurs="0" name="Appealable" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="DisapprovedText" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Location" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PublisherCountry" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ReasonCode" type="xs:int" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
元素
EditorialErrorCollection 对象具有以下元素:Appealable、DisapprovedText、Location、PublisherCountry、ReasonCode。
元素 | 说明 | 数据类型 |
---|---|---|
上诉 | 保留供以后使用。 | boolean |
DisapprovedText | 导致实体被拒批的文本。 对于文本长度冲突,此元素指定指定文本超过最大值的字符数。 |
string |
位置 | 导致实体被拒批的实体的元素或属性。 | string |
PublisherCountry | 标记的编辑问题的相应国家或地区。 | string |
ReasonCode | 标识错误的数值代码。 有关详细信息,请参阅 编辑原因代码。 | int |
EditorialErrorCollection 对象具有 Inherited Elements。
继承的元素
从 BatchErrorCollection 继承的元素
EditorialErrorCollection 对象派生自 BatchErrorCollection 对象,并继承以下元素:BatchErrors、Code、Details、ErrorCode、FieldPath、ForwardCompatibilityMap、Index、Message、Type。 下面的说明特定于 EditorialErrorCollection,可能不适用于从 BatchErrorCollection 对象继承相同元素的其他对象。
元素 | 说明 | 数据类型 |
---|---|---|
BatchErrors | 与嵌套列表索引对应的批处理错误列表。 | BatchError 数组 |
代码 | 一个数字错误代码,用于标识顶级列表索引的错误。 | int |
详细信息 | 一条消息,提供有关顶级列表索引的批处理错误的其他详细信息。 此字符串可以为空。 | string |
ErrorCode | 一个符号字符串常量,用于标识顶级列表索引的错误。 | string |
FieldPath | 发生错误的数据对象的 元素的名称。 此值可能会更改,因此不应依赖于当前字符串格式。 并非所有错误都支持此元素。 |
string |
ForwardCompatibilityMap | 用于向前兼容性的键和值字符串列表,以避免在当前 API 版本中添加新元素时发生重大更改。 将来的版本中将在此处记录向前兼容性更改。 此数据对象当前没有向前兼容性更改。 |
KeyValuePairOfstringstring 数组 |
索引 | 失败的请求消息中从零开始的顶级列表索引。 | int |
消息 | 描述顶级列表索引的错误的消息。 | string |
类型 | 仅供内部使用。 | string |
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13