Best tools for landing page conversion rate optimization?

Joined
Jul 26, 2016
Messages
66
Likes
152
Degree
0
Anyone have favorite tools for split-testing landing pages?

This is something I'm looking into now, I'm gonna need to setup some kind of split-testing tools ASAP. I'm partially leaning towards implementing something myself just using Nginx configs, but I feel like the smart thing to do is to use something off the shelf instead of wasting time setting up my own system.
 
Thanks @eliquid

I tried getting info from the Optimizely site, but no quick answers about how it works. Do I have to build the landing page with their tools? Or is it a JS script that I can include and it overrides different elements?

Anyway, I like the pay as you go idea, so I guess it won't hurt to just try to start using it and see how it goes.
 
I guess this is off topic, Copywriting is the best tool you should account for...
 
Optimizely is great but it's so damn expensive now. We're using Visual Website Optimizer at the workplace and I find that to be good for what we need it for. If you're on a tight budget, that's a good one to check out.
 
I'm going to check out both Optimizely and VWO, but honestly, Google Content Experiments is actually really close to what I was thinking of implementing myself. My main concern with all of these tools is the increased number of requests to get the page to load, since you have to call the 3rd party's service before the test content is loaded.

I'm much more comfortable with code than I am with visual editors. I was surprised to see the Content Experiments setup for testing variations without a redirect, it was exactly what I was planning on doing: including some JS on the page to just overwrite the elements under test. My idea was to simply change the submit URL for each test to track conversions per test, but Content Experiments gives you more functionality and a more robust solution.
 
Back