[[["容易理解","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"]],["上次更新時間:2024-06-25 (世界標準時間)。"],[[["Batch processing allows you to execute a series of interdependent operations across Google Ads services, including creating and managing Performance Max campaigns, without waiting for each operation to complete individually."],["Creating a Performance Max campaign with batch processing involves preparing a list of `MutateOperation` objects, each defining a resource to be created or modified, such as an asset group or listing group filter."],["Operations involving `AssetGroup` and `AssetGroupAsset` resources should be sequential within the batch job due to their interdependencies and asset requirements."],["When using `AssetGroupListingGroupFilter` for Performance Max campaigns with online sales, it's recommended to add operations targeting the same `AssetGroup` consecutively to ensure atomic processing."],["The batch job is executed asynchronously, requiring you to monitor its status using the `GetOperation` method until completion and then retrieve results using `ListBatchJobResults`."]]],[]]