Tagged Questions
3
votes
6answers
874 views
Good Javascript A/B (Split) Testing package/library?
My boss for some reason wants to try to implement A/B Testing (or Split Testing) in JavaScript. Anyone know of any good JavaScript packages/libraries/solutions to implement A/B Testing?
2
votes
2answers
2k views
Testing Dynamic Pages using Google Website Optimizer
Assume I have a site which shows information regarding restaurants. All the urls are named as /restaurants/some-dynamic-restaurant-name/ eg.../restaurants/somename**1**/, /restaurants/somename**2**/ ...
0
votes
2answers
192 views
A/B GWO testing pages with dynamic urls and multiple conversion pages
I have a site which shows information regarding products. I have dynamic product pages that follow this URL structure: http://www.site.com/product-title/id where id is a product id (if it matters, ...