Google Analytics Content Experiment

ISAPI_Rewrite is a powerful URL manipulation engine based on regular expressions
User avatar
Posts: 1
Joined: 14 Feb 2013, 14:08

Google Analytics Content Experiment

14 Feb 2013, 14:17

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?

User avatar
Posts: 871
Joined: 12 Mar 2012, 09:54

Re: Google Analytics Content Experiment

15 Feb 2013, 06:24

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.

Return to ISAPI_Rewrite 2.x

Who is online

Users browsing this forum: No registered users and 7 guests