Google Analytics Content Experiment
2 posts
• Page 1 of 1
Google Analytics Content Experiment
I'm trying to setup an experiment in Google Analytics on our product details page.
We currently use Isapi to rewrite this...
http://www.nutritiongeeks.com/details2. ... r-best-340
into this...
...nutritiongeeks.com/strontium-bone-maker-dr-best-340-120/strontium-bone-maker-dr-best-340.html
via this...
RewriteRule /([^.]+)/([^.]+)\.html /details2.asp\?Prod=$1&Prodgp=$2 [I,L]
We are trying to test details2.asp vs details3.asp, but the experiment is adding parameters the end of our rewritten URL. Example might be...
http://www.nutritiongeeks.com/strontium ... xpid=34345
How can we tell isapi to ignore the rewrite if there are more parameters than just prod and prodgp?
We currently use Isapi to rewrite this...
http://www.nutritiongeeks.com/details2. ... r-best-340
into this...
...nutritiongeeks.com/strontium-bone-maker-dr-best-340-120/strontium-bone-maker-dr-best-340.html
via this...
RewriteRule /([^.]+)/([^.]+)\.html /details2.asp\?Prod=$1&Prodgp=$2 [I,L]
We are trying to test details2.asp vs details3.asp, but the experiment is adding parameters the end of our rewritten URL. Example might be...
http://www.nutritiongeeks.com/strontium ... xpid=34345
How can we tell isapi to ignore the rewrite if there are more parameters than just prod and prodgp?
Re: Google Analytics Content Experiment
Hello,
If you are using ISAPI_Rewrite 2, then this request
http://www.nutritiongeeks.com/strontium ... xpid=34345
won't match this rule
RewriteRule /([^.]+)/([^.]+)\.html /details2.asp\?Prod=$1&Prodgp=$2 [I,L]
Could you clarify how you want it to work and show all the rules you have.
If you are using ISAPI_Rewrite 2, then this request
http://www.nutritiongeeks.com/strontium ... xpid=34345
won't match this rule
RewriteRule /([^.]+)/([^.]+)\.html /details2.asp\?Prod=$1&Prodgp=$2 [I,L]
Could you clarify how you want it to work and show all the rules you have.
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests