![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Compulsive Clicker
War Room Member
Join Date: Oct 2008
Location: Abbotsford, BC
Posts: 541
Thanks: 15
Thanked 49 Times in 27 Posts
|
Anyone have any bright ideas on how to track stats (just basic hits) that are going through a domain redirect?
I want to do some "cork board" advertising, but I'd like to know what sort of impact it is having even if no sales get made. I'd thought of sending people to domain.com then directing that through another site of mine that has a gocodes type plugin installed where I can count hits... then sending them on to the offer... but that is long and tedious with potential for problems along the way. Any way to do this with Google Analytics or another tool? |
|
WSO #1: 10 Minute Articles - Pump 'em out like Krispy Kreme donuts!
WSO #2: 5 Killer PPC Tricks for $5 - If you do PPC, you need these tricks up your sleeve. |
|
|
|
|
|
|
#2 |
|
Senior Warrior Member
War Room Member
Join Date: May 2008
Location: South Florida
Posts: 1,822
Blog Entries: 1
Thanks: 105
Thanked 377 Times in 167 Posts
|
Use a Redirect with a 2-3 second delay. This will allow time for the stats to load.
See sample HTML below: Code:
<html>
<head>
<title>Taking You to the blog post...</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="refresh" content="2;URL=http:/ rdestinationurl.com">
<style type="text/css">
<!--
.un { text-decoration: underline}
-->
</style>
</head>
<body bgcolor="#333333" text="#000000">
<div align="center">
<table width="700" border="0" cellspacing="0" cellpadding="15">
<tr>
<td bgcolor="#FFFFFF">
<div align="center">
<p align="center"><i><font face="Arial, Helvetica, sans-serif" size="2">Hold
on tight...</font></i></p>
<p align="center"><b><i><font face="Arial, Helvetica, sans-serif" size="2">Taking
you now to:</font></i></b></p>
<p align="center"><b><font face="Arial, Helvetica, sans-serif" size="5" color="#000099">Get
4000+ One-Way Links...</font></b></p>
<p align="center"><font face="Arial, Helvetica, sans-serif" size="2">-------------------------------------------</font></p>
<p align="center"><font face="Arial, Helvetica, sans-serif" size="2">If
nothing happens in the next 5 seconds, <a href="http:/ rdestinationurl.com">click
here</a> >></font></p>
<p align="center"> </p>
</div>
</td>
</tr>
</table>
<table width="700" border="0" cellspacing="0" cellpadding="9">
<tr>
<td>
<div align="center">
<p align="center"><font size="2" face="Arial, Helvetica, sans-serif" color="#CCCCCC"><b>YourSite.com
- Copyright © 2008 All Rights Reserved</b></font></p>
</div>
</td>
</tr>
</table>
</div>
<!--insert stats code here -->
</body>
</html>
|
|
Wordpress Salesletter Theme Create Salespages, Presells & PPC/CPA Landing Pages in Wordpress
PHP Link Cloaker: Hide Affiliate Links & Track Clicks. Secure, Web-Based, Admin Area. Unlimited Site License. Buy Me a Beer |
|
|
|
|
| The Following User Says Thank You to BlueSquares For This Useful Post: |
|
|
#3 |
|
Compulsive Clicker
War Room Member
Join Date: Oct 2008
Location: Abbotsford, BC
Posts: 541
Thanks: 15
Thanked 49 Times in 27 Posts
|
Sweet, thanks BlueSquares!
Ever have any problems with html redirects vs php? |
|
WSO #1: 10 Minute Articles - Pump 'em out like Krispy Kreme donuts!
WSO #2: 5 Killer PPC Tricks for $5 - If you do PPC, you need these tricks up your sleeve. |
|
|
|
|
|
|
#4 |
|
Warrior Member
Join Date: Aug 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
I personally use StatCounter.com's. I have used them with HTML and PHP redirects and their stats worked great for me.
Give them a try |
|
|
|
|
|
#5 |
|
Senior Warrior Member
War Room Member
Join Date: May 2008
Location: South Florida
Posts: 1,822
Blog Entries: 1
Thanks: 105
Thanked 377 Times in 167 Posts
|
|
|
Wordpress Salesletter Theme Create Salespages, Presells & PPC/CPA Landing Pages in Wordpress
PHP Link Cloaker: Hide Affiliate Links & Track Clicks. Secure, Web-Based, Admin Area. Unlimited Site License. Buy Me a Beer |
|
|
|
|
|
|
#6 |
|
Warrior Member
Join Date: Mar 2007
Location: , , .
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
I have a similar question.
I was planning to use a simple php to redirect to my affiliate sales page. For example, in the bio-box on a GoArticle, I have the anchor text linked to ww-w.mydomain.info/myredirect.php. On myredirect.php page (of course, it's not really named that), I have this simple script: <?php header( 'Location: htt-p://ww-w.yoursite.com/new_page.html' ) ; ?> Naturally, I replace the link with my hoplink. Works fine. I want to add a Google Analytics code to the php page, but I'm not sure if it will capture any data before the php script takes over. I was thinking it might if I put the GA before the php, but i don't know if that will work or even if it will screw up the php script. I've read that you shouldn't have anything else on the redirect page except for your php script. Any ideas? Also, if I choose to use your html redirect instead should I replace rdestinationurl on line 5 with my hoplink, and <!--insert stats code here --> at the bottom with my GA code? Sorry if this is kinda long and rambly, but that seems to be my style these days. ![]() Thanks, Michael |
|
Michael
|
|
|
|
|
|
|
#7 | |
|
Senior Warrior Member
War Room Member
Join Date: May 2008
Location: South Florida
Posts: 1,822
Blog Entries: 1
Thanks: 105
Thanked 377 Times in 167 Posts
|
Quote:
Stick to HTML. It works. | |
|
Wordpress Salesletter Theme Create Salespages, Presells & PPC/CPA Landing Pages in Wordpress
PHP Link Cloaker: Hide Affiliate Links & Track Clicks. Secure, Web-Based, Admin Area. Unlimited Site License. Buy Me a Beer |
||
|
|
|
|
|
#8 | |
|
Warrior Member
Join Date: Mar 2007
Location: , , .
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
Quote:
Thanks again, Michael | |
|
Michael
|
||
|
|
|
|
|
#9 | |
|
Senior Warrior Member
War Room Member
Join Date: May 2008
Location: South Florida
Posts: 1,822
Blog Entries: 1
Thanks: 105
Thanked 377 Times in 167 Posts
|
Quote:
The GA code goes at the bottom. I'm not sure which is faster...old or new. Test for yourself and see. The faster one wins. Last thing to keep in mind, if you're submitting to EZA, I recommend making the redirect instant ("0") at first. Once the article is approved, add in the delay. I'm not sure if they will reject an article based on a time-delay redirected dest url...but considering the wait time these days...it's not worth the risk. | |
|
Wordpress Salesletter Theme Create Salespages, Presells & PPC/CPA Landing Pages in Wordpress
PHP Link Cloaker: Hide Affiliate Links & Track Clicks. Secure, Web-Based, Admin Area. Unlimited Site License. Buy Me a Beer |
||
|
|
|
![]() |
|
| Tags |
| counting, domain, redirect, stats |
| Thread Tools | |
|
|
![]() |