We have recently made changes to the way we record the traffic coming into your website, making the statistics more accurate at identifying which views are by search Engines (e.g. Google) and by people.

Installing Rapidstats - For Webmasters Only

A big advantage of having a website with us is the ability to see just how well it is doing in terms of website traffic. To this end, all websites built by us will automatically report all website use to Rapidstats. To take advantage of Rapidstats on other websites that you may have with us or another company, you will need to have access to change your website files. The coding below should simply be copied and pasted directly into your website.

<script language="javascript" type="text/javascript" src="http://stats.customerstreet.com/resources/record/record.js"></script>
<noscript>
<a href="http://stats.customerstreet.com/about.html" title="Stats recorded by Rapidstats" target="_blank" id="rapidstatscounterlink">
<img src="http://stats.customerstreet.com/record.track" title="Tracked by Rapidstats" id="rapidstatscounter" />
</a>
</noscript>

This can be placed anywhere in the page and results in a small image like this:

The image can be easily styled to suit the website using simple css as the image has the id of 'rapidstatscounter' and the link has the id of 'rapidstatscounterlink'. You can quickly change the border, position and much more. The example below will give the image a thin red border.

<style type="text/css"> a#rapidstatscounterlink {} img#rapidstatscounter { border: 1px solid #ff0000; } </style>

This results in: Tracked by RapidStats