Skip to content

Commit

Permalink
Merge pull request #17 from CrunchyData/add-analytics
Browse files Browse the repository at this point in the history
Analytics tracking in customer footer
  • Loading branch information
Winslett authored Mar 15, 2023
2 parents 846db70 + 13b7b34 commit be09bdb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layouts/partials/custom-footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<script src="https://link.crunchydata.com/cd.js"></script>

<img id="footerLogoImage" src="" height="1" width="1" />
<script>
document.getElementById("footerLogoImage").src = ("https://link.crunchydata.com/logo.gif?page=" + btoa(window.location.href));
</script>

0 comments on commit be09bdb

Please sign in to comment.