Skip to content

Commit 18cae5a

Browse files
1 parent aef179a commit 18cae5a

File tree

5 files changed

+32
-29
lines changed

5 files changed

+32
-29
lines changed

clients/google-api-services-searchads360/v0/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-searchads360</artifactId>
25-
<version>v0-rev20251204-2.0.0</version>
25+
<version>v0-rev20251211-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-searchads360:v0-rev20251204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-searchads360:v0-rev20251211-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting.java

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ public final class GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting exten
4949
private java.lang.Boolean enableLocal;
5050

5151
/**
52-
* Feed label of products to include in the campaign. Only one of feed_label or sales_country can
53-
* be set. If used instead of sales_country, the feed_label field accepts country codes in the
54-
* same format for example: 'XX'. Otherwise can be any string used for feed label in Google
55-
* Merchant Center.
52+
* Feed label of products to include in the campaign. Valid feed labels may contain a maximum of
53+
* 20 characters including uppercase letters, numbers, hyphens, and underscores. If you previously
54+
* used the deprecated `sales_country` in the two-letter country code (`XX`) format, the
55+
* `feed_label` field should be used instead. For more information see the [feed
56+
* label](//support.google.com/merchants/answer/12453549) support article.
5657
* The value may be {@code null}.
5758
*/
5859
@com.google.api.client.util.Key
@@ -121,21 +122,23 @@ public GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting setEnableLocal(ja
121122
}
122123

123124
/**
124-
* Feed label of products to include in the campaign. Only one of feed_label or sales_country can
125-
* be set. If used instead of sales_country, the feed_label field accepts country codes in the
126-
* same format for example: 'XX'. Otherwise can be any string used for feed label in Google
127-
* Merchant Center.
125+
* Feed label of products to include in the campaign. Valid feed labels may contain a maximum of
126+
* 20 characters including uppercase letters, numbers, hyphens, and underscores. If you previously
127+
* used the deprecated `sales_country` in the two-letter country code (`XX`) format, the
128+
* `feed_label` field should be used instead. For more information see the [feed
129+
* label](//support.google.com/merchants/answer/12453549) support article.
128130
* @return value or {@code null} for none
129131
*/
130132
public java.lang.String getFeedLabel() {
131133
return feedLabel;
132134
}
133135

134136
/**
135-
* Feed label of products to include in the campaign. Only one of feed_label or sales_country can
136-
* be set. If used instead of sales_country, the feed_label field accepts country codes in the
137-
* same format for example: 'XX'. Otherwise can be any string used for feed label in Google
138-
* Merchant Center.
137+
* Feed label of products to include in the campaign. Valid feed labels may contain a maximum of
138+
* 20 characters including uppercase letters, numbers, hyphens, and underscores. If you previously
139+
* used the deprecated `sales_country` in the two-letter country code (`XX`) format, the
140+
* `feed_label` field should be used instead. For more information see the [feed
141+
* label](//support.google.com/merchants/answer/12453549) support article.
139142
* @param feedLabel feedLabel or {@code null} for none
140143
*/
141144
public GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting setFeedLabel(java.lang.String feedLabel) {

clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0ResourcesShoppingPerformanceView.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
package com.google.api.services.searchads360.v0.model;
1818

1919
/**
20-
* Shopping performance view. Provides Shopping campaign statistics aggregated at several product
21-
* dimension levels. Product dimension values from Merchant Center such as brand, category, custom
22-
* attributes, product condition and product type will reflect the state of each dimension as of the
23-
* date and time when the corresponding event was recorded. The number of impressions and clicks
24-
* that shopping_performance_view returns stats for may be different from campaign reports.
25-
* shopping_performance_view shows impressions and clicks on products appearing in ads, while
26-
* campaign reports show impressions and clicks on the ads themselves. Depending on the format, an
27-
* ad can show from zero to several products, so the numbers may not match. In Google Ads UI, you
28-
* can query impressions and clicks of products appearing in ads by selecting a column from "Product
29-
* attributes" in the report editor. For example, selecting the "Brand" column is equivalent to
30-
* selecting `segments.product_brand`.
20+
* Shopping performance view. Provides Shopping campaign and Performance Max campaign statistics
21+
* aggregated at several product dimension levels. Product dimension values from Merchant Center
22+
* such as brand, category, custom attributes, product condition, and product type will reflect the
23+
* state of each dimension as of the date and time when the corresponding event was recorded. The
24+
* number of impressions and clicks that `shopping_performance_view` returns stats for may be
25+
* different from campaign reports. `shopping_performance_view` shows impressions and clicks on
26+
* products appearing in ads, while campaign reports show impressions and clicks on the ads
27+
* themselves. Depending on the format, an ad can show from zero to several products, so the numbers
28+
* may not match. In Search Ads 360 UI, you can query impressions and clicks of products appearing
29+
* in ads by selecting a column from "Product attributes" in the report editor. For example,
30+
* selecting the "Brand" column is equivalent to selecting `segments.product_brand`.
3131
*
3232
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3333
* transmitted over HTTP when working with the Search Ads 360 Reporting API. For a detailed

clients/google-api-services-searchads360/v0/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-searchads360</artifactId>
11-
<version>v0-rev20251204-2.0.0</version>
12-
<name>Search Ads 360 Reporting API v0-rev20251204-2.0.0</name>
11+
<version>v0-rev20251211-2.0.0</version>
12+
<name>Search Ads 360 Reporting API v0-rev20251211-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-searchads360/v0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-searchads360</artifactId>
25-
<version>v0-rev20251204-2.0.0</version>
25+
<version>v0-rev20251211-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-searchads360:v0-rev20251204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-searchads360:v0-rev20251211-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)