Skip to content

Commit

Permalink
Testing out a new analytics platform
Browse files Browse the repository at this point in the history
  • Loading branch information
proudparrot2 authored Nov 7, 2024
1 parent 8ca0534 commit b3c7b3b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/js/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ gtag('js', new Date())

gtag('config', 'G-66ZE075DLD')

// Fathom
// <script src="https://cdn.usefathom.com/script.js" data-site="FNWBNQCO" defer></script>
var fathom = document.createElement("script")
fathom.src = "https://cdn.usefathom.com/script.js"
fathom.dataset.set = "FNWBNQCO"
fathom.defer = true
document.head.appendChild(fathom)

// Ads
var ads = document.createElement("script")
ads.src = "//strodeintended.com/4e/d6/be/4ed6beda21708e4b8f45fca957964a1f.js"
Expand Down

0 comments on commit b3c7b3b

Please sign in to comment.