Skip to content

Commit

Permalink
Source Google Analytics: update source spec and documentation (#8571)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Dec 7, 2021
1 parent ad55ab0 commit f00f10e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
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

0 comments on commit f00f10e

Please sign in to comment.