diff --git a/docs-v2/integrations/all/dialpad.mdx b/docs-v2/integrations/all/dialpad.mdx
index 9ef36aba3d7..0e49166433c 100644
--- a/docs-v2/integrations/all/dialpad.mdx
+++ b/docs-v2/integrations/all/dialpad.mdx
@@ -3,8 +3,7 @@ title: Dialpad
sidebarTitle: Dialpad
---
-API configuration: [`dialpad`](https://nango.dev/providers.yaml)
-API configuration: [`dialpad-sandbox`](https://nango.dev/providers.yaml)
+API configuration: [`dialpad`](https://nango.dev/providers.yaml), [`dialpad-sandbox`](https://nango.dev/providers.yaml)
## Features
diff --git a/docs-v2/integrations/all/google-analytics.mdx b/docs-v2/integrations/all/google-analytics.mdx
new file mode 100644
index 00000000000..b10f15e507f
--- /dev/null
+++ b/docs-v2/integrations/all/google-analytics.mdx
@@ -0,0 +1,34 @@
+---
+title: Google Analytics
+sidebarTitle: Google Analytics
+---
+
+API configuration: [`google-analytics`](https://nango.dev/providers.yaml)
+
+## Features
+
+| Features | Status |
+| - | - |
+| [Auth (OAuth)](/integrate/guides/authorize-an-api) | ✅ |
+| [Sync data](/integrate/guides/sync-data-from-an-api) | ✅ |
+| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) | ✅ |
+| [Proxy requests](/integrate/guides/proxy-requests-to-an-api) | ✅ |
+| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api) | 🚫 (time to contribute: <48h) |
+
+We can implement missing features in <48h, just ask for it in the [community](https://nango.dev/slack).
+
+## Getting started
+
+- [Google Analytics access token specs](https://cloud.google.com/iam/docs/reference/sts/rest/v1/TopLevel/token#response-body)
+- [Google Analytics API docs](https://developers.google.com/analytics/policy)
+
+Need help getting started? Get help in the [community](https://nango.dev/slack).
+
+## API gotchas
+
+- Google Analytics offers two main categories of APIs: the Admin API, used for managing properties within Google Analytics, and the Data API, which provides access to report data.
+- To access the appropriate authorization scopes for each method, please refer to the Authorization Scopes section for the specific method. For example, see [Authorization scopes](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1alpha/properties.audienceLists/get#authorization-scopes) for the Audience List method.
+- While setting up the OAuth app, use the `https://www.googleapis.com/auth/analytics` scope for extended capabilities.
+- To enable `Google Analytics` in the developer console for your project, please use the following link: https://console.cloud.google.com/flows/enableapi?apiid=analytics.googleapis.com
+
+Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/google-analytics.mdx)
diff --git a/docs-v2/integrations/all/malwarebytes.mdx b/docs-v2/integrations/all/malwarebytes.mdx
index 1956422af6b..49cda13bc00 100644
--- a/docs-v2/integrations/all/malwarebytes.mdx
+++ b/docs-v2/integrations/all/malwarebytes.mdx
@@ -19,7 +19,7 @@ API configurations: [`malwarebytes`](https://nango.dev/providers.yaml)
## Getting started
-- [OAuth related docs](https://developer.medallia.com/medallia-apis/reference/authentication)
+- [OAuth related docs](https://api.malwarebytes.com/nebula/v1/docs#section/Authentication)
- [Malwarebytes API docs](https://api.malwarebytes.com/nebula/v1/docs)
- [API rate Limiting](https://api.malwarebytes.com/nebula/v1/docs#section/Introduction/Rate-Limiting)
diff --git a/docs-v2/integrations/analytics.mdx b/docs-v2/integrations/analytics.mdx
index 7c301383035..4e9fe706c59 100644
--- a/docs-v2/integrations/analytics.mdx
+++ b/docs-v2/integrations/analytics.mdx
@@ -12,6 +12,7 @@ sidebarTitle: Analytics
+
diff --git a/docs-v2/mint.json b/docs-v2/mint.json
index 5adc7c041bf..d6db4cc7a0c 100644
--- a/docs-v2/mint.json
+++ b/docs-v2/mint.json
@@ -415,6 +415,7 @@
"integrations/all/gong",
"integrations/all/google",
"integrations/all/google-ads",
+ "integrations/all/google-analytics",
"integrations/all/google-calendar",
"integrations/all/google-docs",
"integrations/all/google-drive",
diff --git a/packages/shared/providers.yaml b/packages/shared/providers.yaml
index f2ad190c0a0..3789bea85dd 100644
--- a/packages/shared/providers.yaml
+++ b/packages/shared/providers.yaml
@@ -2404,6 +2404,13 @@ google:
response_path: items
docs: https://docs.nango.dev/integrations/all/google
+google-analytics:
+ display_name: Google Analytics
+ alias: google
+ categories:
+ - analytics
+ docs: https://docs.nango.dev/integrations/all/google-analytics
+
google-calendar:
display_name: Google Calendar
categories:
diff --git a/packages/webapp/public/images/template-logos/google-analytics.svg b/packages/webapp/public/images/template-logos/google-analytics.svg
new file mode 100644
index 00000000000..a019ee39f57
--- /dev/null
+++ b/packages/webapp/public/images/template-logos/google-analytics.svg
@@ -0,0 +1 @@
+
\ No newline at end of file