Skip to content

Commit

Permalink
test(tup-cms): "hotjar" heatmap analytics script
Browse files Browse the repository at this point in the history
Trying this out before buying. Hopefully it works behind VPN.
  • Loading branch information
wesleyboar committed Jan 12, 2023
1 parent c1c8e0b commit 8360c91
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apps/tup-cms/src/taccsite_cms/templates/standard.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{% extends "base.html" %}

{% block assets_custom_delayed %}
<!-- Hotjar Tracking Code for my site -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3319380,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>
{% endblock assets_custom_delayed %}

0 comments on commit 8360c91

Please sign in to comment.