Skip to content

Commit cbf469b

Browse files
authored
Merge pull request #47 from shenzhencenter/develop
feat: updated by action, Fri Oct 24 18:30:10 UTC 2025
2 parents a3ab947 + 2ca12f2 commit cbf469b

959 files changed

Lines changed: 61167 additions & 54051 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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
}

clients/asset_generation_client.go

Lines changed: 275 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)