: Why is the query string in my funnel step ignored? I have two goals, one have a funnel step like: /site/folder/ and the other is /site/folder/?id=true However, the goals treats the steps as
I have two goals, one have a funnel step like:
/site/folder/
and the other is
/site/folder/?id=true
However, the goals treats the steps as identical, so I don't get distinct results.
How do I get the step to recognize the query string as being different?
More posts by @LarsenBagley505
1 Comments
Sorted by latest first Latest Oldest Best
Try using a regex match instead, so if your first goal step 1 is on /site/folder/ and your second step 1 is on /site/folder/?query=something, then use Regex:
Goal 1, Step 1:
Regex: ^/site/folder/$
Goal 1, Destination:
Regex: ^/some/other/stuff$
Goal 2, Step 1:
Regex: ^/site/folder/?query=.*$
Goal 2, Destination (same as for Goal 1):
Regex: ^/some/other/stuff$
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.