/resources/ad_group_criterion.proto

--- v22/resources/ad_group_criterion.proto  2026-01-23 15:36:22.000000000 +0000
+++ v23/resources/ad_group_criterion.proto  2026-01-23 15:36:32.000000000 +0000
@@ -374,11 +374,16 @@
         [(google.api.field_behavior) = IMMUTABLE];

     // Immutable. Extended demographic criterion.
-    google.ads.googleads.v22.common.ExtendedDemographicInfo
+    google.ads.googleads.v23.common.ExtendedDemographicInfo
         extended_demographic = 90 [(google.api.field_behavior) = IMMUTABLE];

     // Immutable. Brand list criterion.
-    google.ads.googleads.v22.common.BrandListInfo brand_list = 89
+    google.ads.googleads.v23.common.BrandListInfo brand_list = 89
+        [(google.api.field_behavior) = IMMUTABLE];
+
+    // Immutable. Vertical ads item group rule list criterion.
+    google.ads.googleads.v23.common.VerticalAdsItemGroupRuleListInfo
+        vertical_ads_item_group_rule_list = 91
         [(google.api.field_behavior) = IMMUTABLE];
   }
 }