No sexy ladies or quizzes here... just code
I got fed up with duplicating landers for all my angles, keeping track of different files and folders, not being able to make bulk tweaks/improvements etc...
Attached is a simple bit of code that loads an XML file containing all your headlines, body copy etc. Simply specify an the angle id parameter in the url and it loads the content for that row. This means you only need to integrate it into your landers once, handy if you want to test out a new angle. You can open the XML file in excel and see everything in one place. Additional uses could be to specify image SRC's or set colors to match the offer.
Not complete, but you should be able to get it up and running fairly easily if you have skills. Further reading (I've used the same example file) here http://www.w3schools.com/dom/
dom.html?bookid=1
You'll need to upload it to a web server to get it working (Cross origin requests typically blocked locally)
Sweet, that helps a lot mate!
Quick question, how do you track the performance of each variation if they are loaded on the same page?
I know this is an older post, but havings this purely in XML/JS has the advantage that I could e. g. run it on AWS S3, correct?