--- 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
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-01-28。
[null,null,["最后更新时间 (UTC):2026-01-28。"],[],[]]