1- // Copyright 2025 Google LLC
1+ // Copyright 2026 Google LLC
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -79,7 +79,6 @@ message CustomAttribute {
7979//
8080// Destinations are used in Merchant Center to allow you to control where the
8181// products from your data feed should be displayed.
82- //
8382message Destination {
8483 // Destination values.
8584 enum DestinationEnum {
@@ -105,6 +104,25 @@ message Destination {
105104
106105 // [YouTube Shopping](https://support.google.com/merchants/answer/12362804).
107106 YOUTUBE_SHOPPING = 6 ;
107+
108+ // Youtube shopping checkout.
109+ YOUTUBE_SHOPPING_CHECKOUT = 7 ;
110+
111+ // [Youtube Affiliate](https://support.google.com/youtube/answer/13376398).
112+ YOUTUBE_AFFILIATE = 8 ;
113+
114+ // [Free vehicle
115+ // listings](https://support.google.com/merchants/answer/11189169).
116+ FREE_VEHICLE_LISTINGS = 9 ;
117+
118+ // [Vehicle ads](https://support.google.com/merchants/answer/11189169).
119+ VEHICLE_ADS = 10 ;
120+
121+ // [Cloud retail](https://cloud.google.com/solutions/retail).
122+ CLOUD_RETAIL = 11 ;
123+
124+ // [Local cloud retail](https://cloud.google.com/solutions/retail).
125+ LOCAL_CLOUD_RETAIL = 12 ;
108126 }
109127}
110128
@@ -115,7 +133,6 @@ message Destination {
115133// ads](https://support.google.com/merchants/answer/6149970)) or a subset of
116134// formats within a destination (for example, [Demand Gen
117135// ads](https://support.google.com/merchants/answer/13389785)).
118- //
119136message ReportingContext {
120137 // Reporting context values.
121138 enum ReportingContextEnum {
@@ -155,6 +172,10 @@ message ReportingContext {
155172 // listings](https://support.google.com/merchants/answer/9199328).
156173 FREE_LISTINGS = 7 ;
157174
175+ // [Free product listings on UCP
176+ // checkout](https://developers.google.com/merchant/ucp).
177+ FREE_LISTINGS_UCP_CHECKOUT = 19 ;
178+
158179 // [Free local product
159180 // listings](https://support.google.com/merchants/answer/9825611).
160181 FREE_LOCAL_LISTINGS = 8 ;
@@ -163,6 +184,9 @@ message ReportingContext {
163184 // listings](https://support.google.com/merchants/answer/11544533).
164185 FREE_LOCAL_VEHICLE_LISTINGS = 9 ;
165186
187+ // [Youtube Affiliate](https://support.google.com/youtube/answer/13376398).
188+ YOUTUBE_AFFILIATE = 18 ;
189+
166190 // [YouTube
167191 // Shopping](https://support.google.com/merchants/answer/13478370).
168192 YOUTUBE_SHOPPING = 10 ;
@@ -172,6 +196,18 @@ message ReportingContext {
172196
173197 // [Local cloud retail](https://cloud.google.com/solutions/retail).
174198 LOCAL_CLOUD_RETAIL = 12 ;
199+
200+ // [Product
201+ // Reviews](https://support.google.com/merchants/answer/14620732).
202+ PRODUCT_REVIEWS = 15 ;
203+
204+ // [Merchant
205+ // Reviews](https://developers.google.com/merchant-review-feeds).
206+ MERCHANT_REVIEWS = 16 ;
207+
208+ // YouTube Checkout
209+ // .
210+ YOUTUBE_CHECKOUT = 17 ;
175211 }
176212}
177213
0 commit comments