Loading google analytics (ga.js) – Why
-
Below is a snippet of the <head> tag and I’m trying to figure out why the line that reads:
<script id=”shr-google-analytics” type=”text/javascript” src=”//google-analytics.com/ga.js” data-cfasync=”false”>
is loading.
I do not have any google analytics codes in the shareaholic plugin, yet this scrip is loading. What’s more, I can’t seem to find from where the script is loading in the plugin PHP files.
Any suggestions?
SNIPPET FROM <HEAD> tag:
<script type=”text/javascript”>
<script id=”shr-analytics” type=”text/javascript” async=”” src=”//dsms0mj1bbhn4.cloudfront.net/assets/pub/shareaholic_analytics.js”>
<script id=”shr-google-analytics” type=”text/javascript” src=”//google-analytics.com/ga.js” data-cfasync=”false”>
<link id=”shareaholic-publisher-css” href=”https://www.martin-taylordentistry.com/wp-content/uploads/shareaholic/spritegen/sprite.css” media=”screen” rel=”stylesheet”>
<style type=”text/css”>
- The topic ‘Loading google analytics (ga.js) – Why’ is closed to new replies.