Skip to content

Commit 4abe987

Browse files
committed
Add gtag
1 parent 8ff5f7a commit 4abe987

File tree

6 files changed

+2632
-5156
lines changed

6 files changed

+2632
-5156
lines changed

docs/ff-concepts/adding-customization/cloud-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /concepts/custom-code/custom-functions
2+
slug: /concepts/custom-code/cloud-functions
33
title: Cloud Functions
44
description: Learn how to use Cloud Functions in your FlutterFlow app for serverless backend functionality.
55
tags: [FlutterFlow, Cloud Functions, Serverless, Integration]

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ hide_title: true
66
sidebar_label: Overview
77
slug: /
88
hide_table_of_contents: true
9-
109
---
1110

1211
import InfoCard from '@site/src/components/InfoCard';

docusaurus.config.ts

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ const config: Config = {
4040
blogSidebarTitle: 'FlutterFlow Blog',
4141
blogSidebarCount: 'ALL'
4242
},
43-
43+
gtag: {
44+
trackingID: 'G-LC4SC6JY70',
45+
anonymizeIP: true,
46+
},
4447
theme: {
4548
customCss: './src/css/custom.css',
4649
},
@@ -134,15 +137,7 @@ const config: Config = {
134137
],
135138
copyright: `Copyright © ${new Date().getFullYear()} FlutterFlow. Built with Docusaurus.`,
136139
},
137-
plugins: [
138-
[
139-
'@docusaurus/plugin-google-gtag',
140-
{
141-
trackingID: 'G-XXXXXXXXXX', // Your GA4 Measurement ID
142-
anonymizeIP: true, // Optional: Anonymizes the IP address of the sender
143-
},
144-
],
145-
],
140+
146141
// algolia: {
147142
// // The application ID provided by Algolia
148143
// appId: 'YOUR_APP_ID',

0 commit comments

Comments
 (0)