--- v22/resources/ad_group.proto 2026-01-23 15:36:22.000000000 +0000 +++ v23/resources/ad_group.proto 2026-01-23 15:36:31.000000000 +0000 @@ -128,6 +128,19 @@ optional bool disable_search_term_matching = 1; } + // Vertical ads setting feature to enable/disable ad group format controls in + // search campaigns. + message VerticalAdsFormatSetting { + // If true, text ads will be disabled for this ad group. + optional bool disable_text_ads = 1; + + // If true, booking links will be enabled for this ad group. + optional bool enable_booking_links = 2; + + // If true, vertical promotion ads will be enabled for this ad group. + optional bool enable_vertical_promotion_ads = 3; + } + // Immutable. The resource name of the ad group. // Ad group resource names have the form: // @@ -363,4 +376,10 @@ // Settings for AI Max feature in standard search adgroups. AiMaxAdGroupSetting ai_max_ad_group_setting = 71; + + // Vertical ads setting feature to enable/disable ad group format controls in + // search campaigns. + // This setting requires AiMaxAdGroupSetting to be enabled and a travel feed + // to be attached to the campaign. + VerticalAdsFormatSetting vertical_ads_format_setting = 72; }
/resources/ad_group.proto
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2026-01-28 UTC