--- v22/resources/shared_criterion.proto 2026-01-23 15:36:22.000000000 +0000 +++ v23/resources/shared_criterion.proto 2026-01-23 15:36:31.000000000 +0000 @@ -64,9 +64,13 @@ optional int64 criterion_id = 11 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The type of the criterion. - google.ads.googleads.v22.enums.CriterionTypeEnum.CriterionType type = 4 + google.ads.googleads.v23.enums.CriterionTypeEnum.CriterionType type = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Immutable. If true, the criterion is excluded. If false, the criterion is + // targeted. + optional bool negative = 15 [(google.api.field_behavior) = IMMUTABLE]; + // The criterion. // // Exactly one must be set. @@ -96,11 +100,16 @@ [(google.api.field_behavior) = IMMUTABLE]; // Immutable. Brand. - google.ads.googleads.v22.common.BrandInfo brand = 12 + google.ads.googleads.v23.common.BrandInfo brand = 12 [(google.api.field_behavior) = IMMUTABLE]; // Immutable. Webpage. - google.ads.googleads.v22.common.WebpageInfo webpage = 13 + google.ads.googleads.v23.common.WebpageInfo webpage = 13 + [(google.api.field_behavior) = IMMUTABLE]; + + // Immutable. Vertical ads item group rule. + google.ads.googleads.v23.common.VerticalAdsItemGroupRuleInfo + vertical_ads_item_group_rule = 14 [(google.api.field_behavior) = IMMUTABLE]; } }
/resources/shared_criterion.proto
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2026-01-28(UTC)
[null,null,["최종 업데이트: 2026-01-28(UTC)"],[],[]]