--- v22/common/criteria.proto 2026-01-23 15:36:15.000000000 +0000 +++ v23/common/criteria.proto 2026-01-23 15:36:25.000000000 +0000 @@ -896,3 +896,32 @@ // The PlacementListInfo shared set resource name. optional string shared_set = 1; } + +// A criterion for targeting a shared set of rules for item groups in Vertical +// Ads (e.g., for hotel ads). +message VerticalAdsItemGroupRuleListInfo { + // The shared set resource name of the vertical ads item group rule list. + optional string shared_set = 1; +} + +// A criterion to represent a single item group rule in Vertical Ads. +message VerticalAdsItemGroupRuleInfo { + // Each value represents a dimension for which we can set an item group rule. + oneof dimension { + // The id specifying a particular Vertical Ad listing. + string item_code = 1; + + // The resource name of the Geo Target Constant for the country. + string country_criterion_id = 2; + + // The resource name of the Geo Target Constant for the region. + string region_criterion_id = 3; + + // The resource name of the Geo Target Constant for the city. + string city_criterion_id = 4; + + // Integer value specifying the class rating for a hotel. Ranges from 1 to 5 + // stars. + int64 hotel_class = 6; + } +}
/common/criteria.proto
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2026-01-28 UTC-তে শেষবার আপডেট করা হয়েছে।