Skip to content

Commit

Permalink
Google analytics tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Mar 13, 2024
1 parent 4af51d5 commit 1842d21
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-063933E3C2"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-063933E3C2");
</script>
<meta charset="utf-8" />
<title>Structured-Filter Demo</title>
<meta property="og:title" content="Structured-Filter" />
Expand All @@ -26,7 +38,6 @@
property="og:image"
content="https://raw.github.com/evoluteur/structured-filter/master/screenshots/structured-filter.gif"
/>

<link
id="jquiCSS"
rel="stylesheet"
Expand All @@ -41,7 +52,6 @@
type="text/css"
media="all"
/>

<script
src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"
type="text/javascript"
Expand Down

0 comments on commit 1842d21

Please sign in to comment.