--- v22/enums/search_term_match_source.proto 2026-02-25 22:50:24.000000000 +0000 +++ v23/enums/search_term_match_source.proto 2026-02-25 22:50:28.000000000 +0000 @@ -52,5 +52,9 @@ // The match is from the search term matching functionality in PMax. PERFORMANCE_MAX = 6; + + // The match is from a vertical ads data feed (e.g. Travel Ads entity + // targeting). + VERTICAL_ADS_DATA_FEED = 7; } }
/enums/search_term_match_source.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-02-25 UTC.