Skip to content

Commit

Permalink
feat: add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-oprea committed Aug 23, 2023
1 parent 9feb573 commit 9dfc50a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="/UNCCD-256.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HerLand</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-MEGM2Q629S"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', 'G-MEGM2Q629S');
</script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 9dfc50a

Please sign in to comment.