| | #1 |
| Guest
Posts: n/a
|
I know I have seen this posted somewhere in here, but I cannot find it...my question is that I want to use a better tracking software, I used HitsConnect, ProtrackerPlus, TrackThatAd, Adminder, I just do not like them, can anyone recommend a good tracker program, that's free of course and accurate....
|
|
| | #2 |
| HyperActive Warrior War Room Member Join Date: 2005 Location: Auckland, New Zealand.
Posts: 154
Thanks: 0
Thanked 46 Times in 31 Posts
|
Google Analytics www.google.com/analytics |
| | |
| | #3 |
| Guest
Posts: n/a
|
Thanks Kooza, but I am not referring to Google, maybe I worded my post wrong, I would like an affiliate tracking software were I can cloak my urls and keep track of the hits and visitors I get to eack link I promote PIP with, and maybe one that can record my sales, I have used Adminder and it might be the best out there, I just do not like it.:confused:
|
|
| | #4 | |
| HyperActive Warrior War Room Member Join Date: 2005 Location: Auckland, New Zealand.
Posts: 154
Thanks: 0
Thanked 46 Times in 31 Posts
|
Code: <?php
header( 'Location: http://www.your-affiliate-link.com/affiliate-ID.html' ) ;
?>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-000000-0");
pageTracker._trackPageview();
} catch(err) {}</script> Save the text document as name-of-affiliate-programme.php and upload it to the folder you created above. Then assuming you named the folder "go" it will go to http://www.yoursite.com/go/name-of-a...-programme.php Or if you don't want to have .php on the end you would have to create a folder inside "go" for each affiliate link i.e. /go/name-of-affiliate-programme and name the text document index.php instead of 'name-of-affiliate-programme.php' and upload to the 'name-of-affiliate-programme folder'. I probably could have explained that better but I am sure you will be able to work it out. That will allow to track all clicks on internal links and cloak any affiliate links. Any other cloaking is really unnecessary and I believe is just a marketing ploy to get you to spend more money on tools you don't need. Mike. | |
| | |
| | #5 |
| Senior Warrior Member War Room Member Join Date: 2003 Location: Chicago
Posts: 1,037
Thanks: 31
Thanked 250 Times in 192 Posts
Blog Entries: 5 |
DRankins, This is a good question that is often overlooked by new affiliates. Tracking your traffic from any source if often recommended so you know what works, what doesnt, etc. After you tweak an ad that wasnt working you can retest. Without tracking your entire business its like finding a needle in a haystack..... Take care Jeff Casmer |
| Why Dont You Learn How To Trade the Foreign Exchange Markets? Reach Me on FB 30DTS Challenge | IM Training | IM Community | AFF Program | |
| | |
| | #6 |
| Publisher War Room Member |
I am not sure that code works. It's mixing server-side php with client side javascript...don't think the 2 work together. Am I wrong?
|
|
Bill Davis Chief Marketing Officer, SoMoLo Marketing | |
| | |
| | #7 | |
| HyperActive Warrior War Room Member Join Date: 2005 Location: Auckland, New Zealand.
Posts: 154
Thanks: 0
Thanked 46 Times in 31 Posts
|
Code: <meta http-equiv="Refresh" content="0; url=http://www.your-affiliate-link.com/affiliate-ID.html">
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-000000-0");
pageTracker._trackPageview();
} catch(err) {}</script> Mike. | |
| | |
| Bookmarks |
| Tags |
| software, tracking |
| |