-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update google ads API version to v14.1 (#474)
* start migration to v14 * fix for enums generation script (ShoppingAddProductsToCampaignRecommendationEnum did not follow usual format) * compile enums, resourceNames, serviceFactory (fields still needed) * compiled `fields` * updated readme * v14.1.0 * remove ts-ignores from `parser.spec.ts` * update google-ads-node to avoid longs in protos * proper version * revert parser.spec change --------- Co-authored-by: WillCooter <[email protected]>
- Loading branch information
Showing
10 changed files
with
1,986 additions
and
1,350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
</p> | ||
<p align="center"> | ||
<a href="https://developers.google.com/google-ads/api/docs/release-notes"> | ||
<img src="https://img.shields.io/badge/google%20ads-v13.0.0-009688.svg?style=flat-square"> | ||
<img src="https://img.shields.io/badge/google%20ads-v14.1.0-009688.svg?style=flat-square"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/google-ads-api"> | ||
<img src="https://img.shields.io/npm/v/google-ads-api.svg?style=flat-square"> | ||
|
@@ -30,12 +30,6 @@ | |
- Typescript definitions for all resources, enums, errors and services | ||
- Provides all API functionality | ||
|
||
> The Google Ads API is the new replacement to the AdWords API. Google will deprecate the AdWords API on the 27th of April, 2022. | ||
# Hiring | ||
|
||
We're currently hiring full-stack engineers at [Opteo](https://opteo.com)! If you're interested in working on this library and other exciting projects, say hello at [[email protected]](mailto:[email protected]) | ||
|
||
# Installation | ||
|
||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.