Mobile app version of vmapp.org
Login or Join
Pierce454

: Google Analytics Regular Expressions Goals with Fragmented Urls I follow the suggestions of this post: Setting up funnel URLs with regular expressions and in https://regexr.com/ my sample works

@Pierce454

Posted in: #Goals #RegularExpression

I follow the suggestions of this post:

Setting up funnel URLs with regular expressions

and in regexr.com/ my sample works correctly:

The url in question would be like:

/cashier/deposit/success/|amount_local=d+
------------------------------------------------------------- mysite.io/cashier/deposit/success/?a=amount_local=600

But when I try to verify the conversion goal in google analytics I get 0%

Also if I tried:

/cashier/deposit/success/|amount_local=100
------------------------------------------------------------- mysite.io/cashier/deposit/success/?a=amount_local=100

I got the same results

My question is if Goals Regular expressions accept fragmented URL such as /?parameter ?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Pierce454

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme