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 v4: Re-name google analytics connector #16306

Merged
merged 3 commits into from
Sep 2, 2022
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 @@ -360,7 +360,7 @@
icon: google-analytics.svg
sourceType: api
releaseStage: generally_available
- name: Google Analytics (v4)
- name: Google Analytics 4 (GA4)
sourceDefinitionId: 3cc2eafd-84aa-4dca-93af-322d9dfeec1a
dockerRepository: airbyte/source-google-analytics-data-api
dockerImageTag: 0.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3193,7 +3193,7 @@
documentationUrl: "https://docs.airbyte.com/integrations/sources/google-analytics-v4"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Google Analytics (v4) Spec"
title: "Google Analytics 4 (GA4) Spec"
type: "object"
required:
- "property_id"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"documentationUrl": "https://docs.airbyte.com/integrations/sources/google-analytics-v4",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Google Analytics (v4) Spec",
"title": "Google Analytics 4 (GA4) Spec",
"type": "object",
"required": ["property_id", "date_ranges_start_date"],
"additionalProperties": true,
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
@@ -1,4 +1,4 @@
# Google Analytics (v4)
# Google Analytics 4 (GA4)

This page guides you through the process of setting up the Google Analytics source connector.

Expand Down