일괄 작업에 광고그룹 기준 또는 애셋 그룹 등록정보 그룹 필터가 포함된 작업이 있는 경우 일괄 작업의 작업이 Google Ads API 서버에서 수신될 때 여러 하위 배치로 분할됩니다. 일괄 작업의 표준 작업과 달리 목록 그룹 필터 작업을 포함하는 각 하위 배치는 원자적으로 처리됩니다.
등록정보 그룹 필터를 포함하는 일괄 작업이 하위 배치로 분할되는 방식은 다음 요소에 따라 결정됩니다.
아래 다이어그램은 이러한 개념을 보여줍니다. 각 회색 상자는 Google Ads API를 사용하여 제출된 일괄 작업을 나타냅니다. 회색 상자 안의 개별 작업은 색상별로 그룹화되어 Google Ads API 서버에서 생성되는 하위 배치를 나타냅니다. 각 회색 상자의 작업 순서는 작업이 일괄 작업에 추가된 순서와 일치합니다.
제한사항
일괄 작업의 컨텍스트에서 나열 그룹 필터를 사용할 때는 다음 제한사항이 적용됩니다.
listing_group를 포함하고 동일한 AdGroup를 타겟팅하는 단일 배치 AssetGroupListingGroupFilterOperation 작업은 작업 길이가 20,000개를 초과할 수 없습니다. 하지만 작업 10,000개를 초과하지 않는 것이 좋습니다.
동일한 AssetGroup를 타겟팅하는 단일 배치 AssetGroupListingGroupFilterOperation 작업은 작업 10,000개를 초과할 수 없습니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-03-12(UTC)"],[[["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."]]],[]]