Skip to content

Commit 10b2047

Browse files
authored
Fix comments in two examples. (#487)
1 parent 4bca696 commit 10b2047

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

google-ads-examples/src/main/java/com/google/ads/googleads/examples/advancedoperations/AddBiddingDataExclusion.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
import java.io.IOException;
3434

3535
/**
36-
* Adds a customer-level data exclusion that excludes conversions from being used by Smart Bidding
37-
* for the time interval specified.
36+
* Adds a data exclusion for all search campaigns that excludes conversions from being used by Smart
37+
* Bidding for the time interval specified.
3838
*
3939
* <p>For more information on using data exclusions, see
4040
* https://developers.google.com/google-ads/api/docs/campaigns/bidding/data-exclusions.
@@ -108,7 +108,7 @@ public static void main(String[] args) throws IOException {
108108
}
109109

110110
/**
111-
* Adds a "CUSTOMER" scoped data exclusion for the client customer ID and dates specified.
111+
* Adds a "CHANNEL" scoped data exclusion for the client customer ID and dates specified.
112112
*
113113
* @param googleAdsClient the GoogleAdsClient
114114
* @param customerId the client ID of the Google Ads account

google-ads-examples/src/main/java/com/google/ads/googleads/examples/advancedoperations/AddBiddingSeasonalityAdjustment.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
import java.io.IOException;
3434

3535
/**
36-
* Adds a customer-level seasonality adjustment that adjusts Smart Bidding behavior by the expected
37-
* change in conversion rate for the given future time interval.
36+
* Adds a seasonality adjustment for all search campaigns that adjusts Smart Bidding behavior by the
37+
* expected change in conversion rate for the given future time interval.
3838
*
3939
* <p>For more information on using seasonality adjustments, see
4040
* https://developers.google.com/google-ads/api/docs/campaigns/bidding/seasonality-adjustments.
@@ -123,7 +123,7 @@ public static void main(String[] args) throws IOException {
123123
}
124124

125125
/**
126-
* Adds a "CUSTOMER" scoped seasonality adjustment for the client customer ID, dates, and
126+
* Adds a "CHANNEL" scoped seasonality adjustment for the client customer ID, dates, and
127127
* conversion modifier rate specified.
128128
*
129129
* @param googleAdsClient the GoogleAdsClient

0 commit comments

Comments
 (0)