Goal shows 0 conversions

Hi,

I’ve set up a goal in PiwikPRO with event type “Visit page with URL” and condition “URL matches the expression”.

I used a regular expression like this one

https:\/\/example\.com\/[a-z][a-z]\/payment-complete\?orderId=(.*)

with the name of the actual website instead of example.com.

Other reports with different condition settings show new conversions while this has been showing 0 conversions for around a week now.

Why is this happening? Is there any particular regex syntax required PiwikPro?

Thanks!

Hi Alex,
I believe that you should have your whole regex in parentheses like this:
(https:\/\/example.com\/[a-z][a-z]\/payment-complete\?orderId=.*)
I’ve tested it with following URL:
https://example.com/en/payment-complete?orderId=test
Cheers!

Hi, Grucha!

Thank you for sharing this method, unfortunately it didn’t help, it’s still showing 0 conversions

Hi Alex, I am having the same problem today, thus Alex question to you how did you solve it?

Hi. Could you share your regular expression and an example URL you’d like to match against it?

Hi Kuba, it was a mistake on my side and I found the solution via “typical ways”. Thus, we can close this topic again. Nevertheless, thank you very much for your support! Kind regards, Thomas