Skip to content

Commit

Permalink
add hotjar tracking code
Browse files Browse the repository at this point in the history
  • Loading branch information
WKocur committed Jul 30, 2021
1 parent bcffe3f commit 230a099
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/views/layouts/_tracking.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@
document.getElementsByTagName("head")[0].appendChild(mf);
})();
</script>

<!-- Hotjar Tracking Code for https://database.un-grasp.org/ -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:2530204,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>

0 comments on commit 230a099

Please sign in to comment.