编辑ApiFaultDetail 数据对象 - 市场活动管理
定义错误对象,当请求消息中的一个或多个条件或广告扩展失败时, AddAdGroupCriterions、 UpdateAdGroupCriterions、 SetAdExtensionsAssociations 和 UpdateAdExtensions 等操作将返回该错误对象。
语法
<xs:complexType name="EditorialApiFaultDetail" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension xmlns:q30="https://adapi.microsoft.com" base="q30:ApplicationFault">
<xs:sequence>
<xs:element minOccurs="0" name="BatchErrors" nillable="true" type="tns:ArrayOfBatchError" />
<xs:element minOccurs="0" name="EditorialErrors" nillable="true" type="tns:ArrayOfEditorialError" />
<xs:element minOccurs="0" name="OperationErrors" nillable="true" type="tns:ArrayOfOperationError" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
元素
EditorialApiFaultDetail 对象具有以下元素:BatchErrors、EditorialErrors、OperationErrors。
元素 | 说明 | 数据类型 |
---|---|---|
BatchErrors | 批处理错误的数组,用于标识请求消息中导致操作失败的项批中的项。 每个对象都包含详细说明项导致失败的原因。 | BatchError 数组 |
编辑者 | 编辑错误数组,其中包含详细说明为何不批准该条件或广告扩展。 | EditorialError 数组 |
OperationErrors | 操作错误的数组,其中包含详细说明当错误与项批中的特定项无关时服务操作失败的原因。 | OperationError 数组 |
EditorialApiFaultDetail 对象具有 Inherited Elements。
继承的元素
从 ApplicationFault 继承的元素
EditorialApiFaultDetail 对象派生自 ApplicationFault 对象,并继承以下元素:TrackingId。 下面的说明特定于 EditorialApiFaultDetail,可能不适用于从 ApplicationFault 对象继承相同元素的其他对象。
元素 | 说明 | 数据类型 |
---|---|---|
跟踪 ID | 包含 API 调用详细信息的日志条目的标识符。 | string |
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13