Skip to content

Commit e2776e9

Browse files
author
Valido
committed
Add Google Analytics with download tracking
1 parent 2234ac9 commit e2776e9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@
2323

2424
<!-- Google Site Verification + Analytics -->
2525
<meta name="google-site-verification" content="2yFYZWwMInNYqVGarzS4imN1ASlVCGiR2IBy-c17q2g" />
26-
<script async src="https://www.googletagmanager.com/gtag/js?id="AW-17621234498"></script>
26+
27+
<!-- Google Analytics -->
28+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FQ1VB4MGYG"></script>
2729
<script>
2830
window.dataLayer = window.dataLayer || [];
2931
function gtag(){dataLayer.push(arguments);}
3032
gtag('js', new Date());
31-
gtag('config', 'AW-17621234498');
33+
gtag('config', 'G-FQ1VB4MGYG');
3234
</script>
3335

3436
<!-- Software Schema Markup -->
@@ -705,7 +707,7 @@ <h1>Validate and automate PDFs without uploading them anywhere</h1>
705707
<strong>50 PDFs in under 3 seconds.</strong> Works offline.
706708
</p>
707709

708-
<a href="https://github.com/Valido-App/valido-app.github.io/releases/download/v1.0.9/Valido-v1.0.9-Installer.zip" class="download-btn">
710+
<a href="https://github.com/Valido-App/valido-app.github.io/releases/download/v1.0.9/Valido-v1.0.9-Installer.zip" class="download-btn" onclick="gtag('event', 'download', {'event_category': 'engagement', 'event_label': 'v1.0.9'});">
709711
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
710712
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4M7 10l5 5 5-5M12 15V3"/>
711713
</svg>

0 commit comments

Comments
 (0)