I have a page that I want to set as a goal in Google Analytics but there is a part of the URL that will be a random numnber (xxxxx). How do I specify such a URL with regex?
/products/sf/cart/rf/xxxxx/f/477
|
|
I have a page that I want to set as a goal in Google Analytics but there is a part of the URL that will be a random numnber (xxxxx). How do I specify such a URL with regex? /products/sf/cart/rf/xxxxx/f/477
|
||
|
|
|
|
If the rest is always the same, just:
|
||
|
|
|
|
If the number of digits is fixed and you don't need to grab it:
If you don't care about the number of digits:
EDIT: I threw in the |
||
|
|