例如,在处理来自 ListBatchJobResults 的响应时,您可能会发现有多个操作失败,并收到状态消息 Ad group is invalid due to the listing
groups it contains。此消息通常表示由于其他索引上的操作失败,导致此索引上的操作被取消。为了找出问题的根本原因,我们建议您迭代 BatchJobResult 中的所有状态消息(在 Ad group is invalid 错误消息的索引之前和之后),以查找其他错误信息。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-29。"],[[["When using listing group filters in batch jobs, operations are split into sub-batches based on the type of filter, target (AdGroup or AssetGroup), and order of operations."],["Consecutive operations targeting the same AdGroup or AssetGroup are grouped into atomic sub-batches, ensuring all operations within the sub-batch either succeed or fail together."],["Other consecutive operations are grouped into non-atomic sub-batches, allowing for partial failures where some operations may succeed while others fail."],["Batch jobs containing listing group filters have limitations on the number of operations allowed per batch to avoid failures, with recommendations to stay well below the maximum limits."],["It is recommended to add operations targeting the same AdGroup or AssetGroup consecutively in a batch job for atomic processing during batch splitting."]]],[]]