Affiliate Marketing Mind Map by Dr NGO
This is a brilliant mind-map by Dr NGO
This is a brilliant mind-map by Dr NGO
If the offer you are promoting loads too slowly for sending it PPV traffic directly, or your own redirection is slowing down your pop-ups, here’s an interesting solution I developed.
The idea is simple: Show the user the landing page even before it is fully loaded – so you get them to see the offer just a bit before they can actually interact with it – This way they hopefully don’t close down the pop-up because it catches their eye.
What this does, in summary:
1 – Take a snapshot of the landing page (you do this, manually)
2 – Upload the snapshot and an HTML page to CloudFront
3 – Point the PPV/CPV network to pop the HTML file instead of your tracking link
4 – The HTML file, hosted on the Content Distribution Network (Akamai, CloudFront, etc) will load the snapshot from the same CDN and also load the REAL URL in the background in a transparent frame
5 – When the real offer URL frame is fully loaded, switch the transparency levels and the real landing page appears instantly in place
6 – All relevant URL variables get passed on
The effect is pretty much invisible to the user – It just loads a ton faster- depending on the speed of where you’re redirecting to. Remember to optimize the snapshot graphic file you’re serving. In my testing (about 10,000 pops) the loss of impressions reaching the offer page went DOWN by 2%-3% (to 8% total – down from 10%) for direct to the offer, also this was 18% better (again in terms of impressions reaching the offer page) when compared to a slower redirect I used.
As with everything, test it. What I did notice in testing was that it provides no benefit if the landing page is really fast already – the slower your redirection, tracking, offer or affiliate network servers are, the more juice you’ll get out of of this script.
If you want to check the variables that are getting passed to the iFramed page simply use the attached “Variable Checker” PHP file.
My original pre-loader used PHP for the redirection – take a look at it at the bottom, it is simpler than the Javascript based one – It needs your PHP processor, though – which slows it down. In that one, the way that the frames get flipped around after the real offer frame loads are much more clearly visible. Have fun!
I’m placing everything in a neat ZIP file for you to download HERE:
JAVASCRIPT-Based Landing page pre-loader
IFRAME VARIABLE CHECKER
Original PHP-Based Preloader (Not recommended)
Good idea, I’m going to have to try this. Nice job!
Thanks. I found it is helpful when the performance of the redirects is unpredictable (ie: if you’re crushing your 202 server with traffic spikes) – Its pretty much invisible if everything goes fast. The biggest downside I forgot to mention is that it wipes your referrer with the domain name of wherever you are hosting this special page – Keyword tracking works fine, still if you look at the referrer field, they’re all your own domain. Depending on what you’re doing this might be an awesome feature, as you can blank referrers and accelerate landing pages all in one step.
In the neverending quest for traffic, I bumped into a great list of traffic sources compiled by Edward from http://3things.be which I promptly proceeded to rip, massage, sort and post. Probably the best part of the list are Edward’s one-line comments on each source. Check out the ultimate list of traffic sources.
Check out Edward’s blog – I got a good laugh from his Twitter badge:
Edward’s blog sure has many great sources from traffic. Great stuff!
Found a nifty little app called StatsRemote that can keep track of dozens of advertising as well as affiliate network accounts. By what I read this tool is pretty popular in the Adult webmaster industry.
The functionality is limited to overall stats, the price is around $30 a month. In a nutshell, it gives you a birds-eye view of your money going in and out (AKA: Cashflow) plus a projection for the entire month month/year and some stats. It doesn’t do SubIDs and I don’t think it can help optimize much – but its sure nice to see how big a hole I’m putting on my budget. It has an INCREDIBLE list of supported platforms – and they do work – If nothing, that list is worth a look simply because it acts as a directory of working shit by type – For example if you are looking at getting more traffic then their pruned list is pretty good, just as well if you suddenly fancy a bit of gambling.
Tip 1 – Get Dedicated Servers or a Virtual Private servers. I just spent the last two days migrating and consolidating hosting accounts. Total waste of time, but had to be done. Be smart, not like me.
Tip 2 – Use the Domain Registrar’s DNS service, not your server’s. The main reason is because if you have a dedicated server and all your domains are being served by a single domain name server, which is highly likely, or by different domain name servers that share the same IP addresss, once a competing affiliate develops an interest on one of your campaigns, figuring out the entire portfolio of sites on your server is trivial. If you are using your registrar’ DNS, the same lookup will return thousands of other unrelated sites, essentially cloaking yours even if you have them on the same registrar.
Tip 3 – Don’t skimp on IP addresses – Get one for each domain name. Same reason as for the DNS servers above. You could share some betweena few campaigns… Its not the best of ideas, though.
Tip 4 – Parallel’s Plesk control panel is more user-friendly, but less feature rich. WHM from Cpanel is chock-full of features, but really unfriendly (check out a screenshot of WHM here).
Tip 5 – You NEED a “Managed” server or VPS. Whatever you get make sure it says its “Managed” or get the “Managed” add-on option. This way when it turns out you need a newer version of MySQL to run Prosper, you can just pick up the phone or open a ticket and get it upgraded instead of messing everything up yourself.
Got any other affiliate hosting tips? Share with a comment!
I have a vps where my lps and prosper is setup, do you think i should move over to dedicated or storm on demand?, really appreciate it. I am really worried that the redirects are a bit slow plus lp load times are a bit high
Joseph, as long as you can control how much CPU you get and how much bandwidth I don’t see a reason to move. I tried DreamHost’s VPS offering and you could not control the CPU (they would only tell you the amount of RAM) and were not terribly helpful when I needed MySQL to support partitioning, so I cancelled that. The amount of CPU is an estimate (1 Gigahertz is just a measure of frequency, not of compute power or I/O power).
I’d stick with brands you’ve seen before. My suggestion of Rackspace is solid, a bit on the expensive side, though. You can also check out vps.net – amazing offering but its not managed from what I remember.
Best suggestion is to test it. Almost all the companies will give you your money back if it doesn’t work out. Another thing you should could into is using Amazon’s CloudFront to store your landing pages, or at least any graphics in them. The graphics on this blog, are all coming from CloudFront. I talked about how I’m using CloudFront on the post titled “How to Accelerate your Site to Warp Factor 9.9 without paying $99 a month” here: http://negbox.com/how-to-accelerate-your-site-to-…
Thanks man, i currently use a wiredtree vps storing my lp images on amazon s3 . It helps. I tried vps.net, but it isnt managed, and it has a fifficult interface.
Well, hang on to your hat – I’m going to post a little script I had developed to pre-load landing pages from CloudFront while all the redirects happen in the background – The script is already up inside the Affiliate Twins’ Internet University message board. I should have it up today/Friday soon for everyone. It works well.
Ever wish you could deliver web pages and graphics at blazing speeds without having to sell your firstborn?
99% of the content of this blog is now speeding from Amazon’s CloudFront Content Distribution Network. Check the page source code – whatever comes from “cloud.negbox.com” is actually coming from a server at an Amazon location near YOU. Yes, YOU. Not me, not my hosting provider… You.
I never thought I would set up my own little CDN in a few hours – I thought these things were hard as hell to set up. Amazon has made it incredibly simple, and you don’t have to pick up the phone to talk to any IT ‘tard. I basically muddled my way through. The really nice bit is that I estimate that for my 3GB of storage and an ungodly amount of traffic on this blog, the monthly cost I would pay for storage, transfer, etc would not exceed a coffee at Starbucks even when I double my realistic estimate. Yup, this is really cheap.
Now imagine hosting your landing page and images on CloudFront. Wouldn’t that be sweet for the PPV mavens?
Turns out Amazon has been offering for some time this service called CloudFront. If you’ve heard of Akamai (by far the biggest name in this field) and other Content Distribution Networks – you know what this is. They put the stuff in a redundant cloud close to the people that request the files. Theoretically if folks from Botswanahilii start requesting your pages, your pages start getting replicated to servers closer to Botswanahilii – That’s the gist of a CDN and I understand CloudFront follows it to some degree – not going to split hairs on this one.
Signing up for Amazon Web Services is dead-simple. Setting up CloudFront is not for the faint of heart – it involved no coding, and can be done easily – but there is little in the way of user-level help screens – you get tons of help pages, but its all aimed at developers. Just do like me: Close your eyes, plug some values that make sense and cross your fingers… You did it on every other test in school – this is no different.
Amazon has a really nice web interface for all their web services… I’m not going to go into how awesome all their other services are – just check them out, they are awesome.
If you’ve got balls of steel, you can follow my instructions:
1 – Signup to AWS (Amazon Web Services) – Give them your billing info.
2 – Go into the AWS interface, go to the tab labeled S3 and “Create a Bucket” any name is fine – if it gives you errors, try a more unique name. “Bucket” is probably taken.
3 – Go into the CloudFront tab and “Create a Distribution” and give it the name of your blog, or your pet Iguana, don’t really matter.
3a – Select download for the type (I really don’t know what the difference is – this is how I did it). On the “Origin” drop down, select the name of the bucket you created on step 2
3b – On the CNAME field, put a subdomain you will be creating for this file distribution service. I chose “cloud” so in that field I put in “cloud.negbox.com” … The way NegBox is set up (no www) I could have perfectly well chosen “www” on CloudFront and could serve some static pages from http://www.negbox.com/index.html straight from CloudFront (note it doesn’t do “root” or document finding, so pointing your browser at the root of your CloudFront subdomain returns gibberish).
4 – Go to your hosting provider’s DNS tool or your registrar’s DNS tool – Whoever is doing name resolution for you at the moment – and add a CNAME record. The Cname Record has only two pieces of information – One is going to be the name you want to redirect, in this case “cloud.negbox.com” the other piece of info is WHERE you want to redirect it to – that comes from the AWS interface – when you are looking at the CloudFront dashboard you can see your network’s line that says “Delivery Method, Domain, Comment, Bucket”. That domain name that is something like d87sdhs98.cloudfront.com is the second bit of info you need for the CNAME record.
5 – You’re done. Sorta – Now you need to redirect traffic to the cloud.
To get WordPress working with CloudFront I am using W3 Total Cache from Frederick Townes. I can’t even begin to explain what an AMAZING piece of software the W3 Total Cache plugin is. I am simply amazed it is free – he could charge in the hundreds for this piece of software. One hint, though – Don’t use the current distribution release – get the development build 0.9 from wordpres.org, this new release in the pipeline worked flawlessly with CloudFront.
To really use the plug-in is going to take a bit of time to figure out and learn – but its amazing. It scans your site and uploads to the CDN the files it needs, it minifies and caches your pages an uploads the cached pages, updates your .htaccess, goes through all your posts and fetches any content you’ve linked to, brings it into the media library and then exports it to the CDN… In short, it won’t wipe your butt, but it comes pretty close.
If you need some hand-holding, they actually offer support, installation and professional services… Or you could go dig into the much more exhaustive posts on how to use W3 Total Cache with Self-Hosted CDN from Udegbunam Chukwudi and his follow-up post – His post is about self-hosted CDNs, but still very useful.
What does this all translate to? Well, this site loads about 40-50% faster when profiled with simple Safari tools. Yes, the women are coming faster at you.
It also means I’m going to seriously think about how I use CloudFront to accelerate any landing pages, blogs, flogs, etc.
Go forth and Accelerate!
A great how to post. Thank you. 🙂
Frederick, you’re a genius with your W3 Total Cache plug-in. Once I got the right version, I could not believe how simple it was to push everything to the cloud – and keep it updated automatically – plus the minification and cache. Hats off.
Heh a good lil quick tutorial. I had thought about this a while ago, the benefits are obvious, but I never actually looked at the possible price. I know Dreamhost offers a really quick integration for their customers.
A while back I wrote a post on how bad my analytics reported on my PPV traffic from my shared hosting plans. However on my dedicated server the load times are like 5-10x better and I still see a big fall out from what I’m actually paying for from what my analytics shows. So sometimes I’m not so sure that load times matter as much as we all think, people are getting faster at hitting that X on the pop up!
My recent post Kicked From an Offer
Mike, for price check out their online calculator here http://calculator.s3.amazonaws.com/calc5.html Its very complete. Its in the same ballpark as any traditionally hosted solution for most intents and purposes – you're not going to rack up a $3000 bill unless you're running animoto.com – Which runs entirely (rendering and everything) on Amazon's cloud.
I saw your post on the PPV view rates – I was thinking of you when I wrote about the PPV mavens. 🙂 … This may be a dumb question, but… Are those analytics for PPV view rates javascript-based? If so I've heard its a good idea to compare to good ole AWstats and other log analysis tools.
Speaking of BlueHost… Damn… I just Googled "Bluehost CDN"… They integratred CloudFront within four months of release and it is a push-button integration – not all this stuff I just did. I smell a trial migration coming at least for one site.
Thanks for the mention but do please edit the post ’cause my tutorial is for self-hosted CDN not CloudFront.
Cheers 😉
Thanks, I’ve updated the post. Really nice guide. Thank you again!
Hey what’s up? I just wanted to call your attention to the fact that your link back to my blog is till showing “how to use W3 Total Cache with Cloudfront from Udegbunam Chukwudi” as the anchor text. Do please change it to “how to use W3 Total Cache with Self-Hosted CDN from Udegbunam Chukwudi”.
Thank you sir ;-).
P.S: Since you say you’ve already made the change do please clear your cache as I’m still seeing the old revision in my browser 😉
P.P.S: Your contact form ain’t sending mails from my end.
LOL.. Thanks for the tip-off. Fixed I believe!
Its a catch-22. If you have a blog with little traffic, like mine, you want folks to get what they came for fast and easy – so your homepage should be styled to give them what they want with minimum fuzz. That translates into lots of featured posts (all content visible on homepage).
Now why would anyone leave a comment on a blog with little traffic like that? People are a little egocentric – why would they leave a comment when deep down they KNOW nobody but the blog owner is going to see it – To even leave the comment, the user has to go into the individual post page, and leave it there. For someone to see how clever that comment poster is, they would also have to go there – we all know that’s not going to happen. Why do you think Facebook works so well?
We have Top Comments, Comment Luv, and Top Commenters, and Latest Comments plug-ins and widgets and shit… Well, how about just putting the damn comments where people can see them, Sherlock?
When you post a comment on someone’s page on Facebook, it doesn’t just go on the page, it tells all YOUR friends about the fact that you posted some words of brilliant wisdom somewhere – and gives them a link. Disqus has the right idea on their commenting platform – What’s the point if folks don’t even get to it?
Enter the in-line comment.
If I could give my site visitors a can of spray-paint, I would.
Anyway, enjoy the new quick-comment thing. Say hi to the Comment Monster when you see him. I wonder if I can use it for something elsewhere. I just had to have this developed – It was driving me nuts…
Reply