You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/comparisons/databuddy-vs-google-analytics.mdx
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ description: "Detailed comparison between Databuddy and Google Analytics. Learn
4
4
icon: "BarChart3"
5
5
---
6
6
7
-
import { CodeBlock } from"@/components/docs";
8
-
9
7
Choosing the right analytics platform is crucial for your business. This comprehensive comparison will help you understand the key differences between Databuddy and Google Analytics to make an informed decision.
10
8
11
9
## Quick Comparison Table
@@ -117,14 +115,13 @@ Choosing the right analytics platform is crucial for your business. This compreh
117
115
118
116
### Databuddy Setup
119
117
120
-
<CodeBlock
121
-
language="html"
122
-
filename="Simple one-line setup"
123
-
code={`<script
118
+
```html
119
+
<!-- Simple one-line setup -->
120
+
<script
124
121
src="https://cdn.databuddy.cc/sdk.js"
125
122
data-client-id="your-client-id"
126
-
></script>`}
127
-
/>
123
+
></script>
124
+
```
128
125
129
126
**Setup time:** 2-5 minutes
130
127
@@ -134,10 +131,8 @@ Choosing the right analytics platform is crucial for your business. This compreh
0 commit comments