Testing & Tracking | 200-Proof Marketing

Archive for the Testing & Tracking Category

I read somewhere once about the 80/20 rule which basically states that 80% of your results come from 20% of your efforts. My experience shows me that this is correct.

I try to test and track everything I do so I can change my actions and improve my results.

When I launch a new niche product, I use Conversion Tracking to track which keywords convert and which don’t. I then use that information to bid more on the ones that convert well, bid just enough to make the crappy ones profitable, and delete the ones that don’t convert at all.

By doing that I greatly increase my products profit. In fact, some of the products I sell start off losing money but then after some tweaking end up very profitable.

When I’m testing my sales copy I first try to find what parts of it affect my conversion rate the most, then focus on improving those parts. Therefore making the most of my time spent testing.

Get the point?

If you find the 20% that’s making the biggest difference, and then focus on improving or duplicating that 20%, you can easily increase your profits in every thing you do.

Find a way to track as many details of your business as possible, and then exploit the hell out of that information.

Alright… I know I’ve been MIA from this blog for awhile and that’s pretty common. I’ve got ADD(eventhough I don’t believe there’s any such thing) or maybe I’m just interested in a lot of different things.

Anyways the blame goes to Battle Field 2, which is a addictive online computer game. Well that and about 10 other things.

After doing some thinking about my websites(which ones to keep and which ones to let expire), I’ve decided to change the whole way this site works.

I’m going to start giving away much of the software I’ve written. Some of it will be helpful to all marketers, and some of it will only be helpful to marketers who are at least average with PHP.

If you do know PHP you’re in luck because you can use some of the scripts I’m giving away to make your own software to sell or offer as a bonus.

The first step was to put a Statistical Significance Calculator on this website for other marketers to use.

It should be one of the most important tools used by any Marketer. Whether you’re doing Internet Marketing, Direct Mail, Magazine, or even Infomercials.

The key to making any Marketing business more profitable is testing, and testing is worthless if you can’t trust your test results.

So take a look over on the right side of this webpage and you’ll see a link to the new Calculator.

Alot of Niche Marketers move from one market to the next like they’re stoplights on a highway. But I prefer to dig a little deeper into each Market I enter.

If you’ve been marketing for awhile and you sell quality products, you’ve probably had customers email you and ask for more products related to their market. Many customers aren’t satisfied after just one purchase even if they liked the product.

If you sell a Ebook about how to improve your golf swing, you should also develop a product about how to putt better, how to fix a slice, how to drive further, and so on.

Once you have more than one product you can start selling multiple items to each customer.

I’m selling 3 products to one of my markets and in a recent test I put a little ad for my related products on my thankyou pages and noticed some surprising results.

Of all the people that clicked that ad after making their purchase, over 40% of them bought one of my other products.

Here are some practical ways to implement this multi-product marketing strategy:

1. Do like I did and advertise your other related products on your thank you pages.

2. Use an Upsell and offer your customers the other products before they make it to the Order Page.

3. Collect their email address at the Thank You page and offer them the related products with a auto-responder.

I recommend you test all of these to find which one is most profitable for your market. I would give you some indication but I’m still testing it.

With Clickbank you can add extra products to a order by designating different Item Numbers, Prices, and Thankyou Pages for each combination.

For example: $20 for product 1, $70 for 1 and 2, and $130 for all of the products. You’ll need to create thankyou pages for each of the possible combinations.

If you already have multiple products in one market and you’re not promoting them to each others customers, your missing out on some very easy money.

It’s much more profitable and maybe even easier to add new products to a market you’re already selling to than it is to go out and sell new products to new markets.

I’ve also been seeing some good results from downselling to build trust, but I need to run some more tests before I write about it.

Alot of people obsess about their headline and one fad that thankfully seems to be ending is the use of “Who Else” in headlines.

At first it was praised as a sure-fire way to boost conversion rates by a couple guru’s.

Most people just threw it up on their sales page without even thinking twice, even if it didn’t fit their product. Almost no one tested it, and I’m sure alot of people lost sales because of it.

I’ve seen decent ones like “Who else wants to learn to drive the golf ball further and straighter in only 2 days?” and I’ve seen terrible ones(I actually found this one) like “Who Else Wants To Create Profitable Customers Quickly?”

How do you create profitable customers? Is there a special Lego set for that?

Actually what the hell is a Profitable Customer? I have profitable products but not customers. If I was a pimp and my customers were my Ho’s they could be profitable.

Funny enough when you do a Google search for “who else wants” you get 480,000 results with quite a few funny ones.

Alright back to the topic… When this all started I decided to test it, unlike everyone else. What did I find out? It converted about .6% less than my current headline.

That’s not bad considering I had tested my headline quite a bit but it demonstrates why you should test every change you make to your sales copy. What works for one product may not work for another.

Don’t ever blindly take someone else’s advice.

“Test all things and hold fast to that which is good”
1 Thessalonians 5:21

It’s in the Bible people…

Wow, I should make that my new slogan for this site. It’s crazy how that applies so well to marketing but I guess it really applies to everything in life.

Many people use testing solutions that don’t perform well for testing. Some people just split Adwords traffic and disregard the rest of their traffic, which makes the test take longer and doesn’t give a truly valid result at the end of the test.

Instead of trying to sell you some overpriced, underperforming split testing product, I’ll just give you a good script I made about a year ago to do my testing.

I have another one that’s much more advanced, that is probably better than any other testing script available, but the problem is making it user friendly.

That’s going to be a problem with this one as well, because I make the scripts for me to use and making it user friendly is harder than making it functional.

I’ll try to explain how to set this script up as best as I can, but it might not be enough.

First we have the main testing script which will be named: index.php

You will place this in your home directory where your current index.htm or index.html file is located. It’s important that you rename your other index file to something else or this script will not work.

Browsers first look for index.htm and index.html before they look for index.php, so if one of those is still there, no one will get to the script.

The script begins with <#php and ends with #>

With this and the next script you will need to change the # to a ?. I couldn’t put the real begginning and end code here so I had to substitute the begginning and end of each script.

Just copy and paste it into notepad and then save it as index.php

Here it is:

<#php
header(”P3P: CP=\”CAO DSP AND SO ON\”");
$test = $HTTP_COOKIE_VARS[”test”];
$stats = file(”results.txt”);
if ($test == “”) {
$test = rand(1, 2);
setcookie(”test”,$test,time()+2419200);
if ($test == 1) {
$stats[0] = $stats[0] + 1;
$stats[0] = “$stats[0]\n”;
}
if ($test == 2) {
$stats[2] = $stats[2] + 1;
$stats[2] = “$stats[2]\n”;
}
}
if ($test == 1) {
$show = file_get_contents(”original.htm”);
}
if ($test == 2) {
$show = file_get_contents(”test.htm”);
}
$fp = fopen( “results.txt”, “w” );
fwrite( $fp, “$stats[0]$stats[1]$stats[2]$stats[3]” );
fclose( $fp );
echo $show;
#>

The reason for the header is because some browsers won’t except a cookie unless they recieve a privacy header.

The cookie is set for 2419200 seconds which works out to 4 weeks. You can edit this if you want, just remember to put the number in seconds.

Now what this script does is take new visitors to your website and randomly split them between your two pages and tag them with a cookie. The next time they return the cookie will tell the script that they have been there before and it will show them the same page they saw last time. It will continue to do this until the cookie expires.

This script does not use any redirects because they can mess up your SEO(Search Engine Optimization). The script runs the test Dynamicly which means the webpage is created on the fly.

Now you need understand the two files it draws the webpage from. The first is original.htm, which is your control, or current webpage. The second is test.htm, which is the second version of your webpage that has the changes your are testing.

Make sure both of these files are in the same directory as the testing script.

………………………………..

Now for the Thank You script that records sales. You will link to this script from your Thank You page(where customers are sent after ordering or subscribing) with a image link.

Just place the following code somewhere on your Thankyou page:

< img border=”0″ src=”thankyou.php” width=”1″ height=”1″ >

(you’ll need to remove the space after < and the space before >)

It won’t change the way it looks but it will run the thankyou.php script when the webpage is loaded.

Ok here’s the script for the Thank You Script… Just name it thankyou.php and place it in the same directory as your thank you page.

<#php
header(”P3P: CP=\”CAO DSP AND SO ON\”");
$test = $HTTP_COOKIE_VARS[”test”];
$done = $HTTP_COOKIE_VARS[”done”];
$stats = file(”results.txt”);
if ($done == 1) {
exit;
}
if ($test == 1) {
$stats[1] = $stats[1] + 1;
$stats[1] = “$stats[1]\n”;
}
if ($test == 2) {
$stats[3] = $stats[3] + 1;
$stats[3] = “$stats[3]\n”;
}
setcookie(”done”,1,time()+6048000);
$fp = fopen( “results.txt”, “w” );
fwrite( $fp, “$stats[0]$stats[1]$stats[2]$stats[3]” );
fclose( $fp );
#>

Now we’re almost done but we still need to talk about the results.txt file. This is the file that records your visits and sales for each page in the test.

You need to make this file by opening Notepad and putting the following in it:

Start
0
0
0
0
End

Don’t put the start or end in the file, I just put those there to make it easier to understand. Just put the four zeros with each one on a new line.

Now save this as results.txt and upload it to the same directory as your thank you page.

You will probably want to CHMOD it to 666. Most FTP software has a CHMOD option that will let you set this. If it doesn’t, it will still probably work anyway.

When you want to check the current stats of your test you will need to look at this file. You’ll probably see something like this:

1342
12
1356
15

Here’s what it means:

1342 - Number of people that saw original.htm
12 - Number of sales from people that saw original.htm
1356 - Number of people that saw test.htm
15 - Number of sales from people that saw test.htm

And there you have it… Pretty simple eh?(laugh)

I hope everyone will be able to understand this but I know it will be like gibberish to some people. I don’t have time to offer any support for people with trouble but if enough people have the same problem I’ll try to help.

TIP:
Another big mistake people make when testing is not waiting until their results are statistically valid. The whole “40 actions” or “1000 visitors” or “Super Lost Testing Algorithm” won’t cut it.

None of those are based on real accepted statistics. The real way to tell if a result is statistically valid is to use a statistics equation called Chi Squared and in our case we add a Yates Correction. Please don’t try to learn how to do this by hand unless your good in math. I learned it awhile back and it was a pain in the butt.

Instead I suggest you use the simple calculator I made: http://www.200proofmarketing.com/statcalc.php

Just follow the instructions, enter your test results and it will tell you how valid your results are.

Close
E-mail It
Socialized through Gregarious 42 Payday loans
Buy Soma
Viagra Online Store
Viagra Cialis Levitra