--- v22/errors/ad_group_error.proto 2026-01-23 15:36:20.000000000 +0000 +++ v23/errors/ad_group_error.proto 2026-01-23 15:36:26.000000000 +0000 @@ -104,5 +104,18 @@ // Only one AdGroup is allowed for each step ID in video ads sequencing. DUPLICATE_STEP_ID = 22; + + // At least one Vertical Ads format must be enabled for a campaign under + // Travel Ads in Search Campaigns. + INVALID_VERTICAL_ADS_FORMAT_SETTING = 23; + + // AI max setting must be enabled to enable Vertical Ads formats for a + // campaign under Travel Ads in Search Campaigns. + VERTICAL_ADS_FORMAT_SETTING_NOT_SUPPORTED_FOR_CAMPAIGNS_WITHOUT_AI_MAX = 24; + + // An enabled travel feed must be linked to enable Vertical Ads formats for + // a campaign under Travel Ads in Search Campaigns. + VERTICAL_ADS_FORMAT_SETTING_NOT_SUPPORTED_FOR_CAMPAIGNS_WITHOUT_ENABLED_TRAVEL_FEED = + 25; } }
/errors/ad_group_error.proto
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-23 UTC.