-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Google Ads API v17.1 #122
Comments
Also, I found a clue as to what may be causing the case issues that are mentioned in this comment: Lines 56 to 59 in c8e40bb
The final comment of an issue reported in the gapic-generator-typescript package give some insight. googleapis/gapic-generator-typescript#961. It references this change: Opteo/gax-nodejs@a1c226a I don't think I understand enough of the code to definitively say whether this is the answer. But it definitely seems like a possibility. Let me know what you think. |
I found out something else concerning the casing. There is an option in gapic-tools that allows for keeping the generated protos in In the attached links, others have asked about the |
Looks l like we could use Google's googleapis/gax-nodejs package directly. It should work because of this pull request: googleapis/gax-nodejs#1561 |
It's three months have passed since v17 release. Please upgrade to v17 or (better) to v18 which is around the corner. |
Done :) @Raymondo97, you're right that we can use the original |
Google Ads API updated their version to 17.1 as of yesterday (Aug 7th, 2024). I was hoping to update this package, along with the Ads API package (https://github.com/Opteo/google-ads-api).
In order to do so, I see that the instructions give direction to pull the latest changes from gax-nodejs (https://github.com/Opteo/gax-nodejs). I also noticed that this project is behind by 80 commits from the Google Gax package. I tried to create a pull request for that package. But I can't, since I'm not a contributor.
Would we be able to get started on this update?
The text was updated successfully, but these errors were encountered: