Im not completely sure so i wanted to get a confirmation here...
can i just use my rackspace CDN for the landers?
anyone doing this?
I think you can host landers on CDN as long as theres no PHP in them
I use Volumm + Rackspace: I made a guide for the entire process here: http://stmforum.com/forum/showthread...-Server-Set-UP
I link to this in the guide, but most of what you need is here: http://iamattila.com/media-buying-10...ding-pages.php
Your right, no PHP. Post guide though, I'm thinking about MaxCDN because I've read they have some interesting GEO pulling features.
I wouldn't go for Rackspace since it is 50$ a month! Better get a dedicated server at this price.
However there is a way of hosting static pages for free on a cloud for one year.
That is what I do:
http://www.michaelgallego.fr/blog/20...the-right-way/
Hope that's help.
I believe they decided to make 'management' mandatory where you pay a minimum of $50/month to use their cloud services entirely.
Cheeky buggers!
I recall asking them about that $50 and they said it's not the case - I better double check and reconsider another cloud service if so!
Yes it seems weird.
Someone should try registering a new account and getting it active.
I did run into the pay-wall so to speak and just quit, didn't investigate further.
It indeed seems like an odd move on their part!
I've been using Rackspace cloud files for a while and the most I've paid is like $6 a month. Where are you guys seeing this $50 charge?
One thing I'm not so sure about: Do we lose the benefits of the Rackspace CDN when the tracker is passing unique variables to the lander? It seems to me that the benefits of the CDN come from sending traffic to a static file like index.html , but the CDN will not cache the static index.html with a bunch of tracking variables tacked on at the end (index.html?trackingid=7678589&bannerid=19238). Am I right?
Just sign up.
$50 per month fee is only if you create a cloud server.



I dont pay 50 for my rackspace. I pay based on traffic.
Thanks for clearing that up persona!
It did seem odd!
I still have an account and use them, and certainly am not getting charged much at all.
@johnny you mean the cloud DNS? It works fine so is appropriate to use - and very easy to use at that.
@rafael usually, with CDNs, you can change the level of aggressiveness of caching - i.e. to turn query string caching on and off.
It is useful when you want to use query strings to force updates/revisions, but as you said will nullify caching advantages if you have tracking data in the URL and the CDN treats the pages individually.
I just wanted to mention the CDN I use which is CDN77. It has been great for me.
Also, you can get 6 months free up to $50/mo of traffic with the "Rackspace Developer Discount" https://developer.rackspace.com/blog...oper-discount/
Thanks Zeno!
Yea I meant the cloud DNS
I checked the DNSmadeeasy
And it actually looks really helpful (not sure if it's necessary )
Great ideas. To pull geo location information, some CDNs will make available the city/country but in my experience it's not been accurate at all.
MaxCDN is woeful compared to proper CDNs. I don't recommend it. I don't know any top marketer that uses it. Yes, there's a tutorial for it on this site -- but I would stay away.
RS/CF is the way to go if you want speed and performance.
To call geo information using JS, set up your own API: simply install the geoIP database on your server, set up a simple PHP page that spits out the info you want, and restrict requests to [your CDN bucket] so you have effectively created an exclusive IP-to-location API that can be called via JS. This way you won't be vulnerable when they drop your server for sending too many requests (moreover: many services explicitly tell you they will cap you at 1,000 requests per day).
I recommend NSOne if you want an absolutely awesome DNS provider.
Their platform is next-level shizzle.
Thanks for the guide and info in here fellas!
I'm having trouble executing Javascript while using these CDN setups (tested both rackspace and AWS). I am just hosting the lp.html on the CDN, and that file contains the <script> alert("hello") </script>, but id doesn't pop. Here's what happens:
https://www.dropbox.com/s/3o2isopuw2...2009.05.54.png
https://www.dropbox.com/s/02y1uk04ns...2009.06.13.png
Is there some kind of special configuration I need, or is that just not supported with this kind of setup?
Thanks!
Have you tried that test with a semicolon after the closing bracket? Pretty sure it'll need it even for one line of code.
got it working! Thanks for the input!
Can Voluuum not pass geo information? If not, I'd recommend badgering them to add that feature 
I'm pretty sure you can pass country to landers.

how do you grab those variables in javascript?
Nice!
And I also have a javascript/query string guide here: http://stmforum.com/forum/showthread...s-querystrings!