1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Commit Graph

17 Commits

Author SHA1 Message Date
Anatolii Yatsuk
6d42d30fb6 🚨🚨 feat(source-google-ads): Update to API version to v20 (#64512) 2025-08-07 17:30:18 +03:00
Anatolii Yatsuk
76bd5fc942 feat(source-google-ads): Update the API version to v18 (#60949) 2025-05-29 20:42:03 +03:00
Daryna Ishchenko
e635a980be feat(source-google-ads): api update (#44095)
Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
2024-08-22 15:54:52 -07:00
Baz
1233f2edb1 🎉 Source Google Ads: Add Unrecognized Field description while check_connection (#36208) 2024-03-16 17:43:47 +02:00
Anatolii Yatsuk
c1574b800f Source Google Ads: Add possibility to sync all connected accounts (#33707) 2024-01-11 21:44:59 +02:00
Anton Karpets
a7180fdbde 🚨🚨🐛Source Google Ads: upgrade API version to v15 (#33120) 2023-12-18 20:25:35 +02:00
Anatolii Yatsuk
cb053db63f 🐍 Source Google Ads: Update error handling (#30704) 2023-09-26 00:56:02 +03:00
Anatolii Yatsuk
f1537e8e84 Source Google Ads: fix schemas (#30091)
Co-authored-by: tolik0 <tolik0@users.noreply.github.com>
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
2023-09-20 15:05:27 +03:00
Anatolii Yatsuk
8fe6989186 🐛 Source Google Ads: Delete required start date (#30071) 2023-09-07 17:38:13 +03:00
Cole Snodgrass
2e099acc52 update headers from 2022 -> 2023 (#22594)
* It's 2023!

* 2022 -> 2023

---------

Co-authored-by: evantahler <evan@airbyte.io>
2023-02-08 13:01:16 -08:00
Serhii Lazebnyi
612ade9238 🎉Source Google Ads: Updated API version from v9 to v11 (#14614)
* Updated API version from v9 to v11

* Updated PR number

* Updated after review

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-07-13 20:39:42 +03:00
Evan Tahler
db67936111 Fix source-google-ads on M1 Macs by pinning protobuf==3.14 (#13624)
* Bump `source-google-ads` to build for both AMD and ARM

* pin protobuf==3.14

* update readme

* #263 oncall: bump google ads version 15.1.1, protobuf 3.20.0

* auto-bump connector version

Co-authored-by: Denys Davydov <davydov.den18@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-06-09 11:55:12 -07:00
Marcos Marx
dca2256a7c Bump 2022 license version (#13233)
* Bump year in license short to 2022

* remove protocol from cdk
2022-05-26 15:00:42 -03:00
Denis Davydov
a3f6a1884d #12486 and #49 from alpha-beta-issues fixes (#12914)
* #12486 and #49 from alpha-beta-issues fixes

* test updates for #airbyte/12486 and #alpha-beta-issues/49

* #12486 #49-alpha-beta-issues PR comment fixes

* #12486 doc upd: add note on use of custom queries

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-05-25 10:13:45 +03:00
Christophe Duong
316180c186 format code (#11399) 2022-03-25 09:55:11 +01:00
Edward Gao
07b2c4e757 Source Google Ads: Add unit test for check_connection (#11327) 2022-03-23 16:23:06 -07:00
augan-rymkhan
359fcd8011 Source Google Ads: handle page token expired exception (#9812)
* dynamic date range

* raise exception if exites the cycle without error

* if range days is 1 already do not retry

* added unit tests

* added comments

* added comments

* common mock classes are moved to common module

* change read_records

* refactored get_date_params

* handle corner case

* added parse_dates function

* added test_streams

* check mock calls

* fix unit tests for chunk date range refactoring

* removed commented codes

* remove commented line

* refactor test_streams

* refactor CustomQuery.get_query

* remove TODO

* deleted unused json

* format

* fix chunk_date_range

* added docstring

* set range_days to 15 for ShoppingPerformanceReport

* refactor chunk_date_range

* format code 2

* call parent read_records method

* add return type in get_date_params

* change e to exception

* set start_date as end_date

* log page token has expired

* bump version

* updated spec and def yaml

Co-authored-by: auganbay <auganenu@gmail.com>
2022-02-04 22:48:58 +06:00