Blogging

Branding, Making Money, Leveraging via a Blog.

Case Study

Trial and Errors made via Marketing Online.

Entrepreneurship

Personality and Ways of Thinking to Make Money.

Marketing

Social, Affiliate, Search, eMail and Other Marketing Methods.

Optimizing

Understanding Ways to Better Benefit

Home » Optimizing

A More Detailed Tracking202 Rotation

Wednesday, 18 February 2009 · Print Post 16 Comments

Related Readings

So testing is important, especially offers across networks or offers in a specific niche. How do you test what offers will do better? Simple, rotate them all! I use Prosper202 and I definitely enjoy using it, recently they added a rotation script within their platform. Which is a big improvement, I think anyways.

I was eager to use it and when I used it I was disappointed. Sad face. Well Tracking202 is such a great system and open source, Wes and his team can’t perfect everything but the basics are there! So I improvised instead of bothering him too much. I decided to go ahead and use a really good rotation script that can provide me with good details.

First the problem with the current Tracking202 rotation script is that it doesn’t tell me what offer is being seen. It just gives me my LP and the total clicks (rotation views), it doesn’t break it down to what offer was rotated to be seen, now what good is that really? If I do not know what is working why rotate? I mean I can go to each network and view the subids, but why when you can get the information in one section in Tracking202?

Well, there is a simple way to see all the offers being rotated, which definitely helps. First, lets take a look at a screenshot below via Tracking202:

rotateadv

As you can see this is an Advance LP which breaks down all the offers that are being clicked on, or in this case rotated views. When you use the traditional Tracking202 rotation you only get the first line and that is it, it does not show you the offers being rotated. It beats the purpose of rotating multiple offers.

This way we can see all the offers we are rotating and see which one gets the most clicks and which one provides the most leads, giving us a birds eye view of what offer is doing better over the others. This way I can see what offer to really push harder than the others.

So how do you do this without using the original Tracking202 rotation that is currently built in? Simple, we just make an Advance LP with a rotation script in it. This way it loads the JS script which Tracking202 provides you with and the link of all the offers. Simple. We just need to gather all the links and then find out which offer does better.

Here is what is needed:

  1. text file named links.txt
  2. rotate.php

That is all. Within the links.txt you need to just enter all the offers or the Tracking202 links within the text file, each line would be a offer link in the text file.

Now the rotate.php file or index.php file will have the meta refresh tag in it. Below your .php would look like this:

<meta http-equiv=”refresh” content=”0;url=

<?
$file = file(‘links.txt’);
foreach($file as $url)
{
$url = trim($url);
$urls[] = $url;
}
$max = count($urls) – 1;
$rand = rand(0,$max);
echo $urls[$rand];
?>

” />

TRACKING202 JS SCRIPT HERE

So what this does is basically checks the text file (which needs to be in he same directory), randomly picks a URL then puts it in the meta refresh, waits 0 seconds then redirects to the proper offer. Now the best part is that the T202 JS gets picked up and it will load on T202 side, so you now can see the detailed offers or what offers were viewed.

So now instead of just seeing a one line offer and not know which offer is really converting, you now can see which offers were viewed via rotation and which one converts, similar to the above image.

Now why is this important? Well, you want to have visibility, without visibility you can’t make educated decisions. With out any decisions you cant make money, without money, can’t make anymore good investments. So visibility is important.

Hope this was a good for you guys. BTW – Tracking202 Guys are Great!


Bookmark this Post Subscribe to Blog

EWA Network

Popular Tags

ad tech advaliant adwords affiliate marketing affiliate network affiliate networks affiliate summit affiliate summit west 2008 asw asw08 asw09 bans build a niche store clickbooth contest digital product creation direct agents facebook ianteract izeafest keyword research market leverage mediatrust meetup Networking polls ppc ppc marketing ppv product launch top affiliate challenge tracking202 twitter

16 Comments »

  • Ad Hustler said:

    Great stuff. I think this is going to help a lot of people….including me!

  • Jim Banks said:

    This is great Ian.

    We’ve actually started to use Hlola (pronounced Lola like the song) http://hlola.com/ and it helps drill that little bit more into things like content placement traffic sources, path through your sales process/landing page. The only thing that doesn’t handle well….split testing offers.

    Awesome

  • Ian (author) said:

    > ad husler
    lol – amazing im helping a hustler out!

    > jim banks
    there should be a way to split test. I mean t202 even had its issues in the beginning but just think outside the box ;)

  • Atniz said:

    Good joke Ian. I don’t know what happen to the names to choose in the comment section anymore.

  • Ryan said:

    I haven’t set up any banner ads on my blogs yet. I have one website that I am still building traffic for before I go “commercial” with it. I have read that there are some pretty good open source plug-ins. I am going to bookmark this page and check it out later.

  • Victory motor cars said:

    Please show me how you made this blog with high traffic.

  • Inchirieri Auto said:

    I think this is going to help a lot of people ,including me!

  • Firme De Curatenie said:

    Thanks for giving the information. :)

  • Mike said:

    Where’s the screenshot? Kind of confusing without it. ?_?

  • Sergey said:

    Hi there! Very interesting information! Big thanks.

  • Karel said:

    Would like to see more info on that. Do you have some live demonstration ?

  • StrategicGrowth said:

    Hi, using the rotate.php file as written gives me this error:

    Parse error: syntax error, unexpected T_STRING in /home/strategi/public_html/rotate/rotate.php on line 10

    I cannot see where the error is occurring, all code seems to end fine – wrapped in “;” “}” and (“). Sorry, my php skill is basically nothing.

  • andrew wee said:

    @Ian – did you test this with p202 too?
    Does it work well?

  • Ian (author) said:

    @andrew
    yup I use it with p202 – I always say t202 when usually im using p202

  • John said:

    There’s a time and place for free scripts and software…do yourself a big favor if you’re serious about making cash, don’t rely on open source if it doesn’t do accurate split testing and rotation tracking!

  • Carl said:

    I had the same error as @StrategicGrowth. To fix it, double check all your ” and ‘ marks as well as the dash on line 10:

    $max = count($urls) – 1;

    Make sure the dash 1 is a negative 1 (i.e. -1) instead of a long dash, a space, then the number 1.

    When copied, then pasted into Dreamweaver (and possibly other html editors) a lot of punctuation marks get messed up.

    Thanks for sharing this, Ian…and a BIG thanks to Eric Nagel for the help in getting this figured out! It was driving me CRAZY!

Got something to say? Click Here to Say something then!

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam. Comment Policy Disclaimer

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.