--- 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
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-01-28 UTC。