Any providers offering a/b testing using JS callbacks?
-
Hi all,
I am looking to test the impact of buy button wording on conversion rate. The website in question has a few thousand products on non-dynamic URLs.
The common a/b testing products on the market restrict tests to a single URL, or you have to enter all the URLs being tested which isn't practical.
Ideal Solution
What I'd really like to do is:
-
use the provider's web app to configure an experiment with a name and a description of the variations;
-
use some JS code to run the experiment with a callback to carry out the variation.
This would allow me to easily put this code on the product details page template.
I've written example code below for how this would look. When the experiment is run, the provider's framework would a) tell my code what variation to run, and b) handle the measuring of conversion rate.
Questions
-
Are there any providers which work like this?
-
Is there an alternative solution on the market?
-
If there isn't someone already doing this, would it be useful to anyone else?
Joel
// Loads the provider's framework.
// Setting the experiment to run when doc is ready.
// Assumes jQuery environment. -
-
Hi John,
Thanks for that - I've checked them out.
You can test multiple pages using a Javascript condition. Here's the link for reference:
http://support.optimizely.com/customer/portal/articles/463869-how-can-i-run-an-experiment-on-a-group-of-pages-not-easily-captured-by-a-url-match-
And it looks like you can use Javascript in the variation editor:
http://support.optimizely.com/customer/portal/articles/452856-what-does-%22edit-code%22-do-
Joel
-
The A/B testing provider I prefer is Optimizely. You can do this all within their interface. Their support is fantastic so if you have issues they can help you resolve them quickly, even if it's just help on how to set up a particular test.
They also have a 30-day trial and you can test out their editor on the spot without installing anything to see how it works, just by entering your URL on their home page.
-
Sweet glad it worked out.
-
Looks like it will do the job nicely. Here's the relevant links for anyone with a similar question:
http://visualwebsiteoptimizer.com/knowledge/how-to-create-an-ab-or-multivariate-test/
http://visualwebsiteoptimizer.com/knowledge/how-do-i-run-a-test-on-multiple-pages/
Joel
-
Hi Donnie,
Thanks for the recommend - I have signed up for their trial but at first glance it still suffers from the fact that you have to specify a ton of URLs.
I'll look into it more and report back.
Joel
-
Pretty sure http://visualwebsiteoptimizer.com lets you do all that and they will give you a 30 day trial.. Try it out : )
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Redirect Management on Headless Wordpress w/ React Front End
Hello everyone, As Headless Wordpress becomes more and more popular, it becomes more complicated to manage and track 301 redirects. I'm reaching out for advice on this. Our main issue right now, is that after migrating from Drupal to a Headless Wordpress/React platform we lost the ability to track, manage, and view traffic analytics for users hitting those redirects. This was something we were able to do in Drupal. Example: If we have a redirect in place we could see how many times in the past x number of days that redirect was hit by users attempting to access the old URL. Unfortunately, Yoast Premium, has been helpful with other SEO needs, but this is one that it is not able to manage. Anyone have any ideas, experience, or thoughts on this issue? Thanks for your time
Conversion Rate Optimization | | culturefoundry1 -
Best Day of Week & Best Time of Day for B+B Email
For business to business email, should we avoid sending on Mondays and Fridays? The nature of the service is commercial real estate brokerage for office space in New York City. We are mailing to corporate decision makers in various industries (technology, finance, law). Should we avoid mailing during certain times of day? Or is there a best time of day to send the email. Thanks,
Conversion Rate Optimization | | Kingalan1
Alan1 -
Server-Side A/B Testing - Okay for SEO?
Hey Moz Community! I've been digging into the differences between server-side testing and client-side testing and had a generic question. Is it safe to run server-side A/B testing? For example, if I want to Split Test the home page of a site and show 50% of my traffic one home page, and show 50% of my traffic a completely different (read: new template, new content, new CTAs, etc) home page, are there any implications to SEO and organic search? I've spent about five hour researching and from what I can find A/B testing is acceptable as long as you don't show Googlebot different content or run A/B tests on Googlebot. Matt Cutts, head of Webspam at Google, has stated that A/B testing does not impact search rankings. "A/B or split testing or other forms of testing web sites is okay by Google as long as you don't test GoogleBot or don't treat GoogleBot differently." The biggest concerns for SEO cloaking, so from my understanding, for server-side testing, you'd need to do user-agent based redirection so that Googlebot (or any search bot) gets the normal version of the home page. The bots shouldn't be part of the test. Technically that is cloaking, but intention-wise, we're not trying to be sneaky. I've also read through this article about experimentation from Google developers here. Am I missing anything here or is there a definitive answer? If we serve a “B” as a different site for user testing, just exclude google bot by user-agent and we’re good? THANKS!
Conversion Rate Optimization | | andrewmeyer0 -
Has anyone ever used Adwords' Forwarding Numbers as a Call Tracking Service?
Hi, I was taking over a client's Adwords account from a previous agency. It appears the former agency added the Google Forwarding Number (for call tracking on call extensions) and added it to the client's website. Therefore, if anyone calls that number from the website, it would register within Adwords (just not as a conversion but as a click under "call extensions") The problem: you can't filter by phone number (the same number calling +1 would indicate spam) you can filter by device (so tablet / computer) can be considered spam generally. Questions: Anyone ever used this before? Your thoughts? Does anyone know if there is spam coming from mobile devices now-a-days? Please tell me what I'm missing. Any advice / anyone else seen this / done this? Thanks Moz Community, Cole
Conversion Rate Optimization | | ColeLusby0 -
Web Overlays - Region Specific Offers - SEO Implemention & Considerations
Hi all, I'm currently considering implementing some overlays on a site. They're likely to be time-specific (so running only on certain hours and days), visitors will only see it once and content will also be slightly different based upon the region of the visitor (US, Non-US). They will be marketing-based messages tailored to the visitor based on where they are visiting from, I was thinking about putting the content of the overlay in an <iframe>and blocking it from being crawled/indexed by bots.<br /><br />Would this approach set-off any alarms with Google in terms of cloaking or any other nasty things? To clarify, they'll be as unobtrusive as possible to the visitor.<br /><br />Based on the above approach, bots will see that an iframe is being called, but with more or less no content - would this be a problem too?<br /><br />Another approach i thought about would be to dynamically serve different images based on the region...<br /><br />Lastly, assuming correct and safe implementation from a technical perspective, as a generality, have people seen better results from capturing exit traffic, timed overlays or when people first land?<br />Any advice appreciated!</p></iframe>
Conversion Rate Optimization | | ElNino0 -
How can I track if a landing page assists a lead/goal to another page in Google Analytics?
For example, I'm running a PPC campaign for site.com/landing-page and it consists of different product pages like below: site.com/product-1 site.com/product-2 site.com/product-3 How to determine if /landing-page assists a lead/goal to a specific product page in Analytics? Example scenario: /landing-page -> /product-3 -> Lead TIA!
Conversion Rate Optimization | | zpm20140 -
Optimising /product/ pages for our 15,000 product ecommerce store.
Hi guys! We're constantly working on evolving our /product/ pages on the site, however some times it's pretty easy to get lost in your own mess. Especially when the sites consists of 15,000+ products. So it's pretty painful to handcraft every single page. So I thought I'd jump in here to see if anyone had any suggestions for stuff we're missing, and or should improve? These are product pages: http://www.warcom.com.au/products/9954_draytek-vigor-120-single-port-adsl-122-modem http://www.warcom.com.au/products/49884_warcom-deluxe-double-lcd-monitor-stand---free-shipping There is a few issues we're aware of already.. Negatives: To many links in the left menus. To many links in the footer. Positives: We recently included rich snippets.. We're always testing out colors and styles. We're always testing meta data. Any and all suggestions will be greatly appreciated. Thanks!
Conversion Rate Optimization | | warcom
Paul.0 -
A/B Testing. What do you use?
About to do some A/B testing (conversion improvement) for multiple clients. There are so many solutions out there. Does anyone have any suggestions. A/B testing will be done for both SEO & PPC Campaigns.
Conversion Rate Optimization | | waqid0