Skip to content

Commit

Permalink
history analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Chetan Padia committed Oct 10, 2024
1 parent 5c33dc3 commit 820af23
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hosting/public/history/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
<html>
<head>
<title>Place History</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-61569356-4"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "UA-61569356-4");
</script>
<style>
body {
margin: 0;
Expand Down

0 comments on commit 820af23

Please sign in to comment.