GA goal match URL regular expression
- by MotoTribe
I'm trying to setup a Goal URL with REGEX matching but it's not working.
The Url I'm trying to match is:
user/12345/edit?registration=1
with "12345" being the userid that changes.
user/[0-9]*/edit?registration=1
Should work, but doesn't. When I do an advanced search for pages with RegEx match (in the new GA interface) it shows no results. If I search for "contains" /edit?registration=1 it shows all the Urls.
What am I missing?