* 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>
* 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>
* #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>
* 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>