일괄 처리는 작업이 완료될 때까지 동기식으로 대기하지 않고 상호 의존적일 수 있는 작업 집합을 여러 서비스에 전달할 수 있는 방법을 제공합니다. 일괄 처리를 사용하여 실적 최대화 캠페인을 만들고 관리할 수 있습니다.
이 가이드에서는 일괄 처리 작업 시 실적 최대화 캠페인과 관련된 세부정보를 제공합니다. 일반적인 일괄 처리 가이드는 일괄 처리에 대한 일반적인 정보를 제공하며, 요청 구조화 가이드에서는 실적 최대화 캠페인을 만들거나 관리하기 위한 요청을 작성하는 방법에 대한 자세한 정보를 제공합니다.
[[["이해하기 쉬움","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(UTC)"],[[["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`."]]],[]]