Skip to content

Commit

Permalink
Merge pull request #632 from hlxsites/613-seo-add-fathom-code
Browse files Browse the repository at this point in the history
613 Added fathom script
  • Loading branch information
rgravitvl authored Jan 2, 2024
2 parents d5878d7 + 02653e4 commit 4a83d73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/delayed.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ async function getAuthToken() {
}
// Get authorization token for anonymous user - end

// Loading fathom script - start
const attrs = JSON.parse('{"data-site": "KGTBOGMR"}');
loadScript('https://cdn.usefathom.com/script.js', attrs);
// Loading fathom script - end

// coveo analytics - start
(function (c, o, v, e, O, u, a) {
a = 'coveoua';
Expand Down

0 comments on commit 4a83d73

Please sign in to comment.