 |
Disabling Tracking of Specific Visitors
- You can now ignore the tracking of certain visitors within a range of IP addresses. For example, If I did not want to track my own visits and I knew that my IP addresses was always 123.123.123.123 when I connect to the internet, I would use a tag like this:
- For user IDs beginning with A, B, C, D, E, or F:
<IMG src="http://cgi1.fxweb.com/v2-trackrun.cgi?userid=A12345&ignore=123.123.123.123">
- For user IDs beginning with G, H, I, J, K, or L:
<IMG src="http://cgi2.fxweb.com/v2-trackrun.cgi?userid=A12345&ignore=123.123.123.123">
- For user IDs beginning with M, N, P, Q, R, or S:
<IMG src="http://cgi3.fxweb.com/v2-trackrun.cgi?userid=A12345&ignore=123.123.123.123">
As this document continues, note that we are not showing the complete tag. A portion has been replaced by ellipses (...), but the full tag is of course required.
Notice the addition of the '&ignore=123.123.123.123'. With the 'quiet' option, your tag would look like this:
<IMG src="...v2-trackrun.cgi?userid=A12345&quiet=true&ignore=123.123.123.123">
- For many people using PPP or SLIP to connect to the internet, their IP address can be within a large range of possibilities. For example, If I knew that my IP address could be 123.123.123.2 or 123.123.123.56 [etc.] I would use an ignore address of 123.123.123.* - think of the '*' as expanding to be any number. The tag would then look like this (only the prudent part of the tag is shown):
<IMG src="....v2-trackrun2.cgi?userid=A12345&ignore=123.123.123.*">
Using this method, you can ignore much wider ranges of IP addresses. For example, '123.123.*' would reject addresses such as 123.123.43.33 or 123.123.126.22 [etc].
|