1
0
mirror of synced 2025-12-31 06:05:12 -05:00
Files
airbyte/airbyte-integrations/connectors/source-google-analytics-data-api/integration_tests/invalid_config.json
Mohamed Magdy a6bb6e0ead 🎉 Introduce Google Analytics Data API source (#12701)
* Introduce Google Analytics Data API source

https://developers.google.com/analytics/devguides/reporting/data/v1

* Add Google Analytics Data API source PR link

* Add `client` class for Google Analytics Data API

* Move dimensions and metrics extraction to the `client` class

In the Google Analytics Data API

* Change the copyright date to 2022 in Google Analytics Data API

* fix: removing incremental syncs

* fix: change project_id to string

* fix: flake check is failing

* chore: added it to source definitions

* chore: update seed file

Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
2022-06-27 23:25:53 +05:30

10 lines
287 B
JSON

{
"property_id": "1",
"json_credentials": "wrong",
"report_name": "crash_report",
"dimensions": "date, operatingSystem, streamId",
"metrics": "crashAffectedUsers, crashFreeUsersRate, totalUsers",
"date_ranges_start_date": "30daysAgo",
"date_ranges_end_date": "yesterday"
}