/common/segments.proto

--- v17/common/segments.proto   2024-10-15 17:13:55.000000000 +0000
+++ v18/common/segments.proto   2024-10-15 17:14:03.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.