|
![]() |
How to prevent tracker from logging specific pages using referrer or redirecting links
You have a tracker installed in header or a footer of your website that propagates throughout the whole site and you would like to disable the tracker on a specific landing page. You can disable the tracker from logging visitor traffic on specific landing pages.
To disable the tracker on a specific landing page, add "tmip=164311504" without quotes to the following:
- A link that points to the landing page that you want the tracker to be disabled on
- A redirector link that points to a specific page where the tracker needs to be disabled
- A referrer link from a third party website to the landing page where the tracker needs to be disabled
- You have a website at www.example.com
- On your website, you have a link that looks like this:
- You would like to disable the visitor tracker on your "Contact Us" page located at
- Modify your referrer link as shown in step 2 to the following:
<a href="http://www.example.com/contactus.html?tmip=164311504">Contact Us</a>
You will need to add a ? or & symbol right before "tmip=164311504". If your link doesn't contain a single variable and ? symbol is not present in your referrer link, then add it right before "tmip=164311504". If your referrer link already has a passed variable and contains symbol ?, add & symbol right before "tmip=164311504". Here's an example:
<a href="http://www.example.com/contactus.html?myvariable=1&tmip=164311504">Contact Us</a>
<a href="http://www.example.com/contactus.html">Contact Us</a>
http://www.example.com/contactus.html
Sidebar
Help Desk
|