Skip to content

Commit 2ca12f2

Browse files
committed
chore: update readme
1 parent c7ebb9b commit 2ca12f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Although this project isn't official, we deem it as low-risk due to its maturity
2020

2121
| google-ads-pb | Google Ads API | Sunset date |
2222
| ------------------ | ---------------- | ---------------------------- |
23-
| v1.21.0 | v21 | |
23+
| v1.22.0 | v22 | October 2026 (tentative) |
24+
| v1.21.0 | v21 | August 2026 (tentative) |
2425
| v1.20.0 | v20 | June 2026 (tentative) |
2526
| v1.19.0 | v19 | February 2026 (tentative) |
26-
| v1.18.0 | v18 | August 20, 2025 |
2727

2828
## Requirements
2929

@@ -98,7 +98,7 @@ var (
9898
accessToken = os.Getenv("ACCESS_TOKEN")
9999
)
100100

101-
var endpoint = fmt.Sprintf("https://googleads.googleapis.com/v18/customers/%s/googleAds:search", customerID)
101+
var endpoint = fmt.Sprintf("https://googleads.googleapis.com/v22/customers/%s/googleAds:search", customerID)
102102
req := services.SearchGoogleAdsRequest{
103103
Query: "SELECT user_list.name, user_list.resource_name FROM user_list",
104104
}

0 commit comments

Comments
 (0)