SGO breaks Fathom Analytics
-
Fathom Analytics is a single line of JS code, like this:
<script src="https://cdn.usefathom.com/script.js" data-site="ABCDEFG" defer></script>
When you turn on SGO JS minification or combination it takes that script above and puts it in an SGO JS file. The problem is, that then breaks the Fathom script from working, as the data-site=”” is stripped out.
There’s no way to exclude the above script either as nothing is found in the SGO Javascript exclude for the above script.
So there’s no way to use Fathom Analytics for website analytics and the SGO plugin.
Can this be addressed or resolved?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘SGO breaks Fathom Analytics’ is closed to new replies.