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**/ etc... How can I A/B test or Multivariate test using GWO, all the restaurant pages in one single experiment?
Update: I have created a question in google website optimizer forums, and this is the reply I got: http://www.google.com/support/forum/p/websiteoptimizer/thread?tid=5c6ef8fab27cf719&hl=en&fid=5c6ef8fab27cf719000468877f441f7b
Update:Following http://www.google.com/support/websiteoptimizer/bin/answer.py?hl=en&answer=61201, I have taken a sample url www.mysite.com/restaurants/dynamic_restaurant_name_here/. I have a h1-header in that page which displays the Restaurant Name. I included that as a section, following GWO rules. And I created the variations of that using h2,h3. So it is supposed to show h2 header or h3 header for different users for the same restaurant.
Instead, for every other restaurant page, it was showing the same(or only one) restaurant name, because all it knows is that only. But the link which you gave assures me that I can test a similar scenario(check the first few lines of the GWO link content), but that didn't happen. So for each dynamic restaurant page, I want to check different headers. Is that possible?What should I do?
Update:I posted an answer to my own question. But is there a better way to do it?