1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Update Google Ads oauth specs (#6458)

* Update oauth specs

* Update docs/integrations/sources/google-ads.md

* Add access_token generated from the first oauth complete flow

* path to property should be rootObject + property path
This commit is contained in:
Christophe Duong
2021-09-27 21:00:51 +02:00
committed by GitHub
parent b563b1afa8
commit 4ce6a03730
4 changed files with 18 additions and 6 deletions

View File

@@ -87,7 +87,8 @@ The Google Ads Query Language can query the Google Ads API. Check out [Google Ad
| Version | Date | Pull Request | Subject |
| :------ | :-------- | :----- | :------ |
| `0.1.11` | 2021-09-22 | [#6373](https://github.com/airbytehq/airbyte/pull/6373) | Fix inconsistent segments.date field type acros all streams |
| `0.1.12` | 2021-09-27 | [6458](https://github.com/airbytehq/airbyte/pull/6458) | Update OAuth Spec File |
| `0.1.11` | 2021-09-22 | [#6373](https://github.com/airbytehq/airbyte/pull/6373) | Fix inconsistent segments.date field type across all streams |
| `0.1.10` | 2021-09-13 | [#6022](https://github.com/airbytehq/airbyte/pull/6022) | Annotate Oauth2 flow initialization parameters in connector spec |
| `0.1.9` | 2021-09-07 | [#5302](https://github.com/airbytehq/airbyte/pull/5302) | Add custom query stream support |
| `0.1.8` | 2021-08-03 | [#5509](https://github.com/airbytehq/airbyte/pull/5509) | allow additionalProperties in spec.json |