Skip to content

Commit cf977a7

Browse files
committed
gtag
1 parent 20f59fd commit cf977a7

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

index.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@
33
<head>
44
<meta name="google-site-verification" content="2yFYZWwMInNYqVGarzS4imN1ASlVCGiR2IBy-c17q2g" />
55

6-
<!-- Structured data -->
7-
<script type="application/ld+json">
8-
{
9-
"@context": "https://schema.org",
10-
"@type": "SoftwareApplication",
11-
"name": "Valido",
12-
"operatingSystem": "Windows",
13-
"applicationCategory": "Utility",
14-
"url": "https://valido-app.github.io/",
15-
"description": "Windows desktop app that extracts structured data from PDFs, validates fields with custom rules and runs calculations — all offline."
16-
}
17-
</script>
6+
7+
<!-- Google tag (gtag.js) -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17621234498"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
14+
gtag('config', 'AW-17621234498');
15+
</script>
1816

1917
<meta charset="UTF-8">
2018
<meta name="viewport" content="width=device-width, initial-scale=1.0">

0 commit comments

Comments
 (0)