File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 18.0.0 - 2022-05-02
2+ -------------------
3+ - Add support for v10_1 of Google Ads API.
4+ - Remove support for v8 of Google Ads API.
5+ - Combine two examples in authentication/ into GenerateUserCredentials,
6+ since [ OAuth OOB] ( https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html?m=1#disallowed-oob )
7+ is being deprecated.
8+ - Remove artifacts related to v7 of the API
9+ which was removed in the release 17.0.0 (#571 , #600 ).
10+ - Exclude projects defined in google-ads directory
11+ from third_party directory (#599 ).
12+ - Add code examples:
13+ - AddPerformanceMaxProductListingGroupTree
14+ - NavigateSearchResultPagesCachingTokens
15+ - Update code examples:
16+ - AddCampaigns
17+ - AddCustomerMatchUserList
18+ - AddDynamicRemarketingAsset
19+ - AddPerformanceMaxCampaign
20+ - AddPerformanceMaxRetailCampaign
21+ - GetChangeDetails
22+ - UploadOfflineConversion
23+
12417.0.1 - 2022-02-16
225-------------------
326- Fix #565 to properly set the max inbound message size and metadata size.
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API.
2323 <dependency>
2424 <groupId>com.google.api-ads</groupId>
2525 <artifactId>google-ads</artifactId>
26- <version>17 .0.1 </version>
26+ <version>18 .0.0 </version>
2727 </dependency>
2828
2929## Gradle dependency
3030
31- implementation 'com.google.api-ads:google-ads:17 .0.1 '
31+ implementation 'com.google.api-ads:google-ads:18 .0.0 '
3232
3333## Documentation
3434
You can’t perform that action at this time.
0 commit comments