The Social Fabric Plug In Update

Social Fabric now tracks blog performance with the help of Google Analytics. The Social Fabric team uses insights provided by Google Analytics’s API to track blog post performance during and after active campaigns. This means members do not need to submit any analytics after completing a campaign.

If you have been a member of the Social Fabric Community for a while, you may still have the plug-in installed on your site. We are no longer using this plug-in.

Using too many tracking solutions at once can hurt your page load time, and the number of pageviews Google Analytics counts on your post. So we are encouraging members of our community with our former analytics plugin still installed on their site(s) to remove the plugin. Once removed, we expect faster page load time and increased pageviews on our community’s blog content.

Below, you’ll find instructions for how to remove the code from different blogging platforms:

  1. Open WordPress dashboard and sign in.
  2. Navigate to Plugins page.
  3. Find Social Fabric Analytics from Collective Bias
  4. Click Deactivate.
  5. Then click Delete.
  1. Open WordPress dashboard and sign in.
  2. Navigate to Appearance > Editor > header.php.
  3. Look for a block of code that looks like this, but with another tracking ID and URL:

<!– Google Tag Manager for Collective Bias –>

<!–noptimize–>

<script type=’text/javascript’>

dataLayerCBias = [{

  ‘trackingID’:’UA-123456-78′,

  ‘javaScriptVersion’:’analytics.js’,

  ‘homePageURL’:’https://www.myblog.com/’

}];

</script>

<noscript>

  <iframe src=’//www.googletagmanager.com/ns.html?id=GTM-PBN79J’ height=’0′ width=’0′ style=’display:none;visibility:hidden’></iframe>

</noscript>

<script type=’text/javascript’>

  /*<![CDATA[*/(

    function(w, d, s, l, i){ w[l] = w[l] || [];

      w[l].push({‘gtm.start’: new Date().getTime(), event: ‘gtm.js’});

      var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != ‘dataLayer’ ? ‘&l=’ + l : ”;

      j.async = true;

      j.src = ‘//www.googletagmanager.com/gtm.’ + ‘js?id=’ + i + dl;

      f.parentNode.insertBefore(j, f);

    })(window, document, ‘script’, ‘dataLayerCBias’, ‘GTM-PBN79J’);

/*]]>*/

</script>

<!–/noptimize–>

<!– End Google Tag Manager –>

  1. Highlight the block of code.
  2. Delete and Save Changes.
  1. Open Blogger dashboard and sign in.
  2. Navigate to Template > edit HTML.
  3. Look for a block of code that looks like this, but with another tracking ID and URL:

<!– Google Tag Manager for Collective Bias –>

<!–noptimize–>

<script type=’text/javascript’>

dataLayerCBias = [{

  ‘trackingID’:’UA-123456-78′,

  ‘javaScriptVersion’:’analytics.js’,

  ‘homePageURL’:’https://www.myblog.com/’

}];

</script>

<noscript>

  <iframe src=’//www.googletagmanager.com/ns.html?id=GTM-PBN79J’ height=’0′ width=’0′ style=’display:none;visibility:hidden’></iframe>

</noscript>

<script type=’text/javascript’>

  /*<![CDATA[*/(

    function(w, d, s, l, i){ w[l] = w[l] || [];

      w[l].push({‘gtm.start’: new Date().getTime(), event: ‘gtm.js’});

      var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != ‘dataLayer’ ? ‘&l=’ + l : ”;

      j.async = true;

      j.src = ‘//www.googletagmanager.com/gtm.’ + ‘js?id=’ + i + dl;

      f.parentNode.insertBefore(j, f);

    })(window, document, ‘script’, ‘dataLayerCBias’, ‘GTM-PBN79J’);

/*]]>*/

</script>

<!–/noptimize–>

<!– End Google Tag Manager –>

  1. Highlight the block of code.
  2. Delete and Save Changes.
  1. Open Squarespace dashboard and sign in.
  2. Navigate to Home > Settings > Advanced > Code Injection > Header.
  3. Look for a block of code that looks like this, but with another tracking ID and URL:

<!– Google Tag Manager for Collective Bias –>

<!–noptimize–>

<script type=’text/javascript’>

dataLayerCBias = [{

  ‘trackingID’:’UA-123456-78′,

  ‘javaScriptVersion’:’analytics.js’,

  ‘homePageURL’:’https://www.myblog.com/’

}];

</script>

<noscript>

  <iframe src=’//www.googletagmanager.com/ns.html?id=GTM-PBN79J’ height=’0′ width=’0′ style=’display:none;visibility:hidden’></iframe>

</noscript>

<script type=’text/javascript’>

  /*<![CDATA[*/(

    function(w, d, s, l, i){ w[l] = w[l] || [];

      w[l].push({‘gtm.start’: new Date().getTime(), event: ‘gtm.js’});

      var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != ‘dataLayer’ ? ‘&l=’ + l : ”;

      j.async = true;

      j.src = ‘//www.googletagmanager.com/gtm.’ + ‘js?id=’ + i + dl;

      f.parentNode.insertBefore(j, f);

    })(window, document, ‘script’, ‘dataLayerCBias’, ‘GTM-PBN79J’);

/*]]>*/

</script>

<!–/noptimize–>

<!– End Google Tag Manager –>

  1. Highlight the block of code.
  2. Delete and Save Changes.

  1. Open WIX dashboard and sign in.
  2. Click Edit Site.
  3. Click WIX App Market.
  4. Search HTML, then select HTML iFrame/Embed.
  5. Click Add to Site.
  6. Look for a block of code that looks like this, but with another tracking ID and URL:

<!– Google Tag Manager for Collective Bias –>

<!–noptimize–>

<script type=’text/javascript’>

dataLayerCBias = [{

  ‘trackingID’:’UA-123456-78′,

  ‘javaScriptVersion’:’analytics.js’,

  ‘homePageURL’:’https://www.myblog.com/’

}];

</script>

<noscript>

  <iframe src=’//www.googletagmanager.com/ns.html?id=GTM-PBN79J’ height=’0′ width=’0′ style=’display:none;visibility:hidden’></iframe>

</noscript>

<script type=’text/javascript’>

  /*<![CDATA[*/(

    function(w, d, s, l, i){ w[l] = w[l] || [];

      w[l].push({‘gtm.start’: new Date().getTime(), event: ‘gtm.js’});

      var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != ‘dataLayer’ ? ‘&l=’ + l : ”;

      j.async = true;

      j.src = ‘//www.googletagmanager.com/gtm.’ + ‘js?id=’ + i + dl;

      f.parentNode.insertBefore(j, f);

    })(window, document, ‘script’, ‘dataLayerCBias’, ‘GTM-PBN79J’);

/*]]>*/

</script>

<!–/noptimize–>

<!– End Google Tag Manager –>

  1. Highlight the block of code.
  2. Delete and Update.
  1. Open Weebly dashboard and sign in.
  2. Navigate to Settings > SEO > Header Code.
  3. Look for a block of code that looks like this, but with another tracking ID and URL:

<!– Google Tag Manager for Collective Bias –>

<!–noptimize–>

<script type=’text/javascript’>

dataLayerCBias = [{

  ‘trackingID’:’UA-123456-78′,

  ‘javaScriptVersion’:’analytics.js’,

  ‘homePageURL’:’https://www.myblog.com/’

}];

</script>

<noscript>

  <iframe src=’//www.googletagmanager.com/ns.html?id=GTM-PBN79J’ height=’0′ width=’0′ style=’display:none;visibility:hidden’></iframe>

</noscript>

<script type=’text/javascript’>

  /*<![CDATA[*/(

    function(w, d, s, l, i){ w[l] = w[l] || [];

      w[l].push({‘gtm.start’: new Date().getTime(), event: ‘gtm.js’});

      var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != ‘dataLayer’ ? ‘&l=’ + l : ”;

      j.async = true;

      j.src = ‘//www.googletagmanager.com/gtm.’ + ‘js?id=’ + i + dl;

      f.parentNode.insertBefore(j, f);

    })(window, document, ‘script’, ‘dataLayerCBias’, ‘GTM-PBN79J’);

/*]]>*/

</script>

<!–/noptimize–>

<!– End Google Tag Manager –>

  1. Highlight the block of code.
  2. Delete and Save Changes.
Heather Brummett
Latest posts by Heather Brummett (see all)
Spread the love

Similar Posts

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.