--- v17/common/segments.proto 2024-10-17 03:48:52.000000000 +0000 +++ v18/common/segments.proto 2024-10-17 03:48:55.000000000 +0000 @@ -353,8 +353,17 @@ // 2018 starts on 2018-04-01. Formatted as yyyy-MM-dd. optional string quarter = 128; + // The city the user is searching for at query time. + optional string travel_destination_city = 193; + + // The country the user is searching for at query time. + optional string travel_destination_country = 194; + + // The region the user is searching for at query time. + optional string travel_destination_region = 195; + // Recommendation type. - google.ads.googleads.v17.enums.RecommendationTypeEnum.RecommendationType + google.ads.googleads.v18.enums.RecommendationTypeEnum.RecommendationType recommendation_type = 140; // Type of the search engine results page.
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 2024-10-17 UTC.