Skip to content

Commit

Permalink
Source Google Analytics v4: Re-name google analytics connector (#16306)
Browse files Browse the repository at this point in the history
* Re-name google analytics cionnectors

* Re-named google analytics v4
  • Loading branch information
lazebnyi committed Sep 2, 2022
1 parent 89ae9e0 commit e831a71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 @@ -3196,7 +3196,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

0 comments on commit e831a71

Please sign in to comment.