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+ 19.0.0 - 2022-06-15
2+ -------------------
3+ - Add support and examples for Google Ads API v11.0.
4+ - Update FieldMasks utility to better handle empty message fields.
5+ - Update AddSmartCampaign example for the new features in v11.0.
6+ - Add DetectAndApplyRecommendations example.
7+ - Add CreateExperiment example, replacing CreateExperimentCampaign and
8+ GraduateCampaignExperiment.
9+
11018.0.0 - 2022-05-02
211-------------------
312- Add support for v10_1 of Google Ads API.
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>18 .0.0</version>
26+ <version>19 .0.0</version>
2727 </dependency>
2828
2929## Gradle dependency
3030
31- implementation 'com.google.api-ads:google-ads:18 .0.0'
31+ implementation 'com.google.api-ads:google-ads:19 .0.0'
3232
3333## Documentation
3434
You can’t perform that action at this time.
0 commit comments