Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Google Analytics: update source spec and documentation #8571

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
sourceDefinitionId: eff3616a-f9c3-11eb-9a03-0242ac130003
dockerRepository: airbyte/source-google-analytics-v4
dockerImageTag: 0.1.12
documentationUrl: https://docs.airbyte.io/integrations/sources/source-google-analytics-v4
documentationUrl: https://docs.airbyte.io/integrations/sources/google-analytics-v4
icon: google-analytics.svg
sourceType: api
- name: Google Directory
Expand Down
13 changes: 0 additions & 13 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2036,19 +2036,6 @@
description: "A date in the format YYYY-MM-DD."
examples:
- "2020-06-01"
window_in_days:
type: "integer"
description: "The amount of days for each data-chunk begining from start_date.\
\ Bigger the value - faster the fetch. (Min=1, as for a Day; Max=364,\
\ as for a Year)."
examples:
- 30
- 60
- 90
- 120
- 200
- 364
default: 90
custom_reports:
title: "Custom Reports"
type: "string"
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/google-analytics-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Please reach out to us on Slack or [create an issue](https://github.com/airbyteh

1. Click `OAuth2.0 authorization` then `Authenticate your Google Analytics account`.
2. Find your View ID for the view you want to fetch data from. Find it [here](https://ga-dev-tools.web.app/account-explorer/).
3. Enter a start date, window size, and custom report information.
3. Enter a start date, and custom report information.
4. You're done.

## Getting Started \(Airbyte Open-Source\)
Expand Down