Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -79,7 +79,6 @@ message CustomAttribute {
//
// Destinations are used in Merchant Center to allow you to control where the
// products from your data feed should be displayed.
//
message Destination {
// Destination values.
enum DestinationEnum {
Expand All @@ -105,6 +104,25 @@ message Destination {

// [YouTube Shopping](https://support.google.com/merchants/answer/12362804).
YOUTUBE_SHOPPING = 6;

// Youtube shopping checkout.
YOUTUBE_SHOPPING_CHECKOUT = 7;

// [Youtube Affiliate](https://support.google.com/youtube/answer/13376398).
YOUTUBE_AFFILIATE = 8;

// [Free vehicle
// listings](https://support.google.com/merchants/answer/11189169).
FREE_VEHICLE_LISTINGS = 9;

// [Vehicle ads](https://support.google.com/merchants/answer/11189169).
VEHICLE_ADS = 10;

// [Cloud retail](https://cloud.google.com/solutions/retail).
CLOUD_RETAIL = 11;

// [Local cloud retail](https://cloud.google.com/solutions/retail).
LOCAL_CLOUD_RETAIL = 12;
}
}

Expand All @@ -115,7 +133,6 @@ message Destination {
// ads](https://support.google.com/merchants/answer/6149970)) or a subset of
// formats within a destination (for example, [Demand Gen
// ads](https://support.google.com/merchants/answer/13389785)).
//
message ReportingContext {
// Reporting context values.
enum ReportingContextEnum {
Expand Down Expand Up @@ -155,6 +172,10 @@ message ReportingContext {
// listings](https://support.google.com/merchants/answer/9199328).
FREE_LISTINGS = 7;

// [Free product listings on UCP
// checkout](https://developers.google.com/merchant/ucp).
FREE_LISTINGS_UCP_CHECKOUT = 19;

// [Free local product
// listings](https://support.google.com/merchants/answer/9825611).
FREE_LOCAL_LISTINGS = 8;
Expand All @@ -163,6 +184,9 @@ message ReportingContext {
// listings](https://support.google.com/merchants/answer/11544533).
FREE_LOCAL_VEHICLE_LISTINGS = 9;

// [Youtube Affiliate](https://support.google.com/youtube/answer/13376398).
YOUTUBE_AFFILIATE = 18;

// [YouTube
// Shopping](https://support.google.com/merchants/answer/13478370).
YOUTUBE_SHOPPING = 10;
Expand All @@ -172,6 +196,18 @@ message ReportingContext {

// [Local cloud retail](https://cloud.google.com/solutions/retail).
LOCAL_CLOUD_RETAIL = 12;

// [Product
// Reviews](https://support.google.com/merchants/answer/14620732).
PRODUCT_REVIEWS = 15;

// [Merchant
// Reviews](https://developers.google.com/merchant-review-feeds).
MERCHANT_REVIEWS = 16;

// YouTube Checkout
// .
YOUTUBE_CHECKOUT = 17;
}
}

Expand Down
15 changes: 13 additions & 2 deletions packages/google-shopping-css/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions packages/google-shopping-css/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions packages/google-shopping-css/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -79,7 +79,6 @@ message CustomAttribute {
//
// Destinations are used in Merchant Center to allow you to control where the
// products from your data feed should be displayed.
//
message Destination {
// Destination values.
enum DestinationEnum {
Expand All @@ -105,6 +104,25 @@ message Destination {

// [YouTube Shopping](https://support.google.com/merchants/answer/12362804).
YOUTUBE_SHOPPING = 6;

// Youtube shopping checkout.
YOUTUBE_SHOPPING_CHECKOUT = 7;

// [Youtube Affiliate](https://support.google.com/youtube/answer/13376398).
YOUTUBE_AFFILIATE = 8;

// [Free vehicle
// listings](https://support.google.com/merchants/answer/11189169).
FREE_VEHICLE_LISTINGS = 9;

// [Vehicle ads](https://support.google.com/merchants/answer/11189169).
VEHICLE_ADS = 10;

// [Cloud retail](https://cloud.google.com/solutions/retail).
CLOUD_RETAIL = 11;

// [Local cloud retail](https://cloud.google.com/solutions/retail).
LOCAL_CLOUD_RETAIL = 12;
}
}

Expand All @@ -115,7 +133,6 @@ message Destination {
// ads](https://support.google.com/merchants/answer/6149970)) or a subset of
// formats within a destination (for example, [Demand Gen
// ads](https://support.google.com/merchants/answer/13389785)).
//
message ReportingContext {
// Reporting context values.
enum ReportingContextEnum {
Expand Down Expand Up @@ -155,6 +172,10 @@ message ReportingContext {
// listings](https://support.google.com/merchants/answer/9199328).
FREE_LISTINGS = 7;

// [Free product listings on UCP
// checkout](https://developers.google.com/merchant/ucp).
FREE_LISTINGS_UCP_CHECKOUT = 19;

// [Free local product
// listings](https://support.google.com/merchants/answer/9825611).
FREE_LOCAL_LISTINGS = 8;
Expand All @@ -163,6 +184,9 @@ message ReportingContext {
// listings](https://support.google.com/merchants/answer/11544533).
FREE_LOCAL_VEHICLE_LISTINGS = 9;

// [Youtube Affiliate](https://support.google.com/youtube/answer/13376398).
YOUTUBE_AFFILIATE = 18;

// [YouTube
// Shopping](https://support.google.com/merchants/answer/13478370).
YOUTUBE_SHOPPING = 10;
Expand All @@ -172,6 +196,18 @@ message ReportingContext {

// [Local cloud retail](https://cloud.google.com/solutions/retail).
LOCAL_CLOUD_RETAIL = 12;

// [Product
// Reviews](https://support.google.com/merchants/answer/14620732).
PRODUCT_REVIEWS = 15;

// [Merchant
// Reviews](https://developers.google.com/merchant-review-feeds).
MERCHANT_REVIEWS = 16;

// YouTube Checkout
// .
YOUTUBE_CHECKOUT = 17;
}
}

Expand Down
15 changes: 13 additions & 2 deletions packages/google-shopping-merchant-accounts/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading