--- 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
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2026-01-28 UTC.