* added undeclared fields to schemas
* updated changelog
* bump version in metadata
* auto-bump connector version
---------
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Update keyword_performance_report.json
* Update keyword_report.json
* Update keyword_report.json
deleted "metrics.historical_quality_score" which is not compatible with segments.device
This was verified by the google ads team
* rollback google ads change
* bump connector version
* Update keyword_performance_report.json
added property additionalProperties: true to keyword field
* Update keyword_performance_report.json
* Update keyword_performance_report.json
I think now it´s what you asked.
Thank you
* Update keyword_performance_report.json
added "additionalProperties": true to the root of schema
* auto-bump connector version
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
I was looking at this doc again and I realized that "The Bing Ads source connector supports the following streams. For more information, see the [Bing Ads API](https://docs.microsoft.com/en-us/advertising/guides/?view=bingads-13)." should go underneath ##Supported streams.
* only adding `Conversions` for now to satisfy basic use case, will compelte all fields addition once I get a time to add them https://github.com/airbytehq/airbyte/issues/14637
* Adding cost per conversion rate
* adding CampaignId as part of the primary key
* update primary key for ad performance report
* adding more columns to primary key
* completing campaign_performance_report
* completing account+keyword performance report
* complete ad_group_performance_report
* adding ad_performance_report
* revert to previous logger
* remove logging import
* chore: updated docs
* auto-bump connector version [ci skip]
Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* #12489 - expose hourly/daily/weekly/monthly reports in discovery by default instead of in the connector's configuration settings
removed: config settings for hourly/daily/weekly/monthly reports
added: default value for all periodic reports to True
* #12489 - expose hourly/daily/weekly/monthly reports in discovery by default instead of in the connector's configuration settings
removed: unused class variables, if-statement
* #12489 - expose hourly/daily/weekly/monthly reports in discovery by default instead of in the connector's configuration settings
removed: unused variables from config
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* implemented oauth support
* bumped version
* added changelog
* changed releaseStage to beta
* removed redirect_uri from spec
* removed user_id, customer_id from spec
* fixed invalid_config
* fixed flakeCheck
* fixed broken schema for account stream
* added old config support
* added new unit test to increase test coverage to 91%
* removed unneccessary tests
* formated code
* updated after review
* added oauth implementation java test
* updated spec
* updated after review
* updated docs
* auto-bump connector version
Co-authored-by: Vadym Ratniuk <midavadim@yahoo.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>