次の方法で共有


BatchErrorCollection データ オブジェクト - キャンペーン管理

最上位レベルのリスト インデックスのバッチ エラーの詳細と、入れ子になったリスト インデックスに対応するバッチ エラーの一覧を含むエラー オブジェクトを定義します。

たとえば、AddNegativeKeywordsToEntitiesNestedPartialErrors 応答要素では、最上位のエラーの詳細は、サービス要求のキャンペーンまたは広告グループに対応します。 バッチ エラーの入れ子になった一覧には、キャンペーンまたは広告グループに追加しようとした除外キーワードに固有のエラーが含まれます。

構文

<xs:complexType name="BatchErrorCollection" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="BatchErrors" nillable="true" type="tns:ArrayOfBatchError" />
    <xs:element minOccurs="0" name="Code" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="Details" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="FieldPath" nillable="true" type="xs:string" />
    <xs:element xmlns:q69="http://schemas.datacontract.org/2004/07/System.Collections.Generic" minOccurs="0" name="ForwardCompatibilityMap" nillable="true" type="q69:ArrayOfKeyValuePairOfstringstring" />
    <xs:element minOccurs="0" name="Index" type="xs:int" />
    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Type" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

要素

BatchErrorCollection オブジェクトには、BatchErrorsCodeDetailsErrorCodeFieldPathForwardCompatibilityMapIndexMessage、Type という要素があります

要素 説明 データ型
BatchErrors 入れ子になったリスト インデックスに対応するバッチ エラーの一覧。 BatchError 配列
コード 最上位レベルのリスト インデックスのエラーを識別する数値エラー コード。 int
詳細 最上位レベルのリスト インデックスのバッチ エラーに関する追加の詳細を示すメッセージ。 この文字列は空にすることができます。 string
ErrorCode 最上位レベルのリスト インデックスのエラーを識別するシンボリック文字列定数。 string
FieldPath エラーが発生したデータ オブジェクトの要素の名前。

この値は変更される可能性があるため、現在の文字列形式に依存しないでください。

この要素は、すべてのエラーでサポートされているわけではありません。
string
ForwardCompatibilityMap 現在の API バージョンで新しい要素が追加されたときに変更が中断されないように、前方互換性のためのキー文字列と値文字列の一覧。

今後のリリースでは、今後の互換性の変更に関するページを参照してください。 現在、このオブジェクトの前方互換性の変更はありません。
KeyValuePairOfstring 配列
索引 失敗した要求メッセージ内の 0 から始まる最上位のリスト インデックス。 int
メッセージ 最上位レベルのリスト インデックスのエラーを示すメッセージ。 string
内部使用のため予約済みです。 string

要件

サービス: CampaignManagementService.svc v13
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13

Used By

AddAdExtensions
AddAdGroupCriterions
AddCampaignCriterions
AddNegativeKeywordsToEntities
DeleteNegativeKeywordsFromEntities
UpdateAdExtensions
UpdateAdGroupCriterions
UpdateCampaignCriterions