Analytics and Javascript Code

The Analytics and Javascript Code Settings section offers an easy way to integrate web analytics software tracking such Google Analytics, Woopra, and GoSquared. Use these settings to easily add the your tracking code to your site.

Note: Before activating Builder's built-in support for these services, you'll need to first disable any plugins offering the same feature. Failure to do so can result in each visitor being counted multiple times, which will badly skew your data.

To enable any of these tracking softwares on your site, just click the checkbox beside your software of choice.

For Google Analytics

Your site is uniquely identified in Google Analytics by an Account ID. An example Account ID is UA-12345-6.

Note: After entering Google Analytics ID in Builder settings, it might take a day or two for Google Analytics to show tracking data in your account.

Note: When page source of site is viewed, UA- number doesn't print directly in the page. The code below loads wp-content/uploads/it-file-cache/builder-core/script.js file which is where the Builder-generated scripts are located.

<script type="text/javascript">// <![CDATA[
(function() {
var bsl=document.createElement('script');
bsl.type='text/javascript';bsl.async=true;bsl.src='http://yoursite.com/wp-content/uploads/it-file-cache/builder-core/script.js?ver=3';
var se=document.getElementsByTagName('script')[0];se.parentNode.insertBefore(bsl,se);
})();
// ]]></script>

For Woopra

By default (when the Woopra Domain input below is empty), Woopra will use the domain of the "Site address (URL)" configured in Settings > General. This can be changed by supplying a new domain.

For GoSquared

Beyond web analytics, some web tools or applications require adding JavaScript code either inside the head tag or in the site's footer. You can use the text area inputs below to manually add code where it is needed.

Have more questions? Submit a request