Skip to content
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
26.1.0 - 2023-08-10
-------------------
- Add support and examples for Google Ads API v14.1.
- Modify the following examples in the `planning` package to demonstrate how
to use planning services without first creating a keyword plan:
- Remove `AddKeywordPlan`.
- Add `GenerateForecastMetrics`.
- Add `GenerateHistoricalMetrics`.

26.0.0 - 2023-06-09
-------------------
- Add support and examples for Google Ads API v14.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API.
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>26.0.0</version>
<version>26.1.0</version>
</dependency>

## Gradle dependency

implementation 'com.google.api-ads:google-ads:26.0.0'
implementation 'com.google.api-ads:google-ads:26.1.0'

## Documentation

Expand Down

This file was deleted.

Loading