How to Embed Clixtell’s Tracking Scripts

If you are using a WordPress website, you can activate the Clixtell plugin available on the WP library or download it from the following link:

There are two ways to track calls by Clixtell. The type of scripts embedded depends on the kind of solution you require from Clixtell.
When using the Click Fraud Detection & Protection Plan or the Click Monitoring plan you must embed the following script:

This tracking code should be placed right after the opening of the <body> tag.

<!-- Clixtell Tracking Code -->
<script type='text/javascript'>
var script=document.createElement('script');
var prefix=document.location.protocol;
script.async=true;script.type='text/javascript';
var target=prefix + '//scripts.clixtell.com/track.js';
script.src=target;var elem=document.head;
elem.appendChild(script);
</script>
<noscript>
<img src='//tracker.clixtell.com/track/t.gif'>
</noscript>

If you are using the Call tracking plan, you need to embed the following script.
This tracking code should be placed inside the <head> tag.

<script type='text/javascript' src='//app.clixtell.com/scripts/dynamicphones.js'></script>

If your account is using the Click Fraud Monitoring and Protection plan as well as a Call Monitoring plan, you must embed both scripts on the website.