You can still use ClickAndChat.com to track visitors and show your chat availability on web pages that do not allow Javascript to be executed. This is useful if you want to track visitors via Email signatures, Blog pages, eBay pages etc. In fact any page that allows regular HTML images to be shown can be tracked by ClickAndChat.com.
Simply request the image file 'stat.gif' directly from the ClickAndChat.com gateway:
<img border="0" src="http://gateway/stat.gif?d
=domain&p=page&response=g">
Where gateway is the ClickAndChat.com Gateway DNS/IP Address, domain is the domain name for the site in ClickAndChat.com and page is a page identifier (the page name that will show in ClickAndChat.com whenever the image is requested).
The ClickAndChat.com Gateway will return the graphic defined for the site with the given domain name. The on-line graphic will be returned if any ClickAndChat.com Client users are on-line. The off-line graphic will be returned otherwise.
The page request will show instantly in ClickAndChat.com.
The '&response=g' must be included if you want the on/off line image to be shown. If this is not included then the page will still be tracked in ClickAndChat.com but no visible graphic will be returned by the ClickAndChat.com Gateway.
Example:
<img border="0" src="http://gateway12.ClickAndChat.com.com/stat.gif
?d=www.mysite.com&p=index.htm&response=g">
This example assumes the ClickAndChat.com Gateway is gateway12.ClickAndChat.com.com. The page will show against the ClickAndChat.com site with the domain 'www.mysite.com'. The page name will show as 'index.htm'.
You can wrap the image in a standard hyperlink to the chatstart.htm to launch the chat window when the image is clicked, eg:
<a href="http://hosted12.ClickAndChat.com.com/chat
/chatstart.htm?domain=www.mysite.com"><img border="0"src="http://gateway12.ClickAndChat.com.com/stat.gif?
d=www.mysite.com&p=index.htm&response=g"></a>
Note: When using this method the visitors will be tracked by their IP address only and you cannot send 'invite' requests. When using the Javascript method the visitor is tracked by IP address and a unique cookie value.
Query String Parameters
The following querystrings can be passed via the stat.gif:
d |
Domain name of the site in ClickAndChat.com |
t |
Department name (optional) |
p |
Page name |
response |
Set to 'g' to display the 'Click To Chat' online or of-line image. |
r |
Referrer |
u |
User name |
v |
Revenue of visit |
c |
Cost of visit |
Tracking MySpace Pages
MySpace pages do not allow querystrings to be passed with images, so the above technique wont work. ClickAndChat.com fortunately allows another method. Simply embed the image:
<img border="0" src="http://{gateway}/{domain}.gif">
Where {domain} is the site domain name as setup in ClickAndChat.com.
Example:
<ahref="http://195.62.224.1/chat/chatstart.htm?
domain=www.myspace.com"><img border="0" src="http://195.62.224.1:8080/www.myspace.com.gif"></a>
ClickAndChat.com will read the domain name from the image file name. You cannot pass a page name with this method so all visits will show against the same 'default' page in ClickAndChat.com.