|
HELP SECTION -
TRAFFIC MONITOR |
| The
Traffic Monitor is a single line of HTML code that
you place on each page of your site that you want
monitored for hits. The Traffic Monitor then
updates each pages hit counter as your customers
move around your site. This is useful in
showing what pages get the most traffic on your
site, which in turn helps indicate what items you
might want to put on sale to increase your sales
conversions. To see your traffic monitors live
report, log into your CartScience account and click
on the Traffic Monitor button on the top menu bar. |
| |
|
Another benefit of Traffic Monitor is the ability to
keep track of your sites traffic without showing a
counter at the bottom of your page(s). Today
it is unprofessional to show a traffic counter on
your site. Moreover on low traffic sites the last
thing you want your customers to see is that you do
not got much traffic. Traffic monitor gives
you all the benefits of a site counter without
bringing it to your customers attention, while
allowing you see to live traffic results from your
CartScience control panel. |
 |
|
|
| |
To add Traffic
Monitor to your site, paste the line of HTML below
on each page of your site and make the following
changes. |
| |
|
|
|
Change USERNAME to your cartscience User ID so
Traffic Monitor knows where to store your sites
traffic patterns. |
| |
Change the link.html to the filename of the page you
are placing the traffic monitor. |
| |
| |
|
| |
EXAMPLE:
If your username was ABC-COMPUTERS and the
page you wanted to add the traffic monitor
is index.html you would add a line of HTML
like this |
| |
<img src="http://cartscience.com/cgi-bin/ABC-COMPUTERS/traffic_count.cgi?link=index.html"
border="0" width="1" height="1"> |
|
| |
| TRAFFIC MONITOR
HTML (COPY AND PASTE THE LINE BELOW INTO YOUR SITE) |
|
<img
src="http://cartscience.com/cgi-bin/USERNAME/traffic_count.cgi?link=link.html"
border="0" width="1" height="1"> |
|
|
|