Hey All, Hopefully someone has had experience with this, I thank you for your help in advance! I'm having a little trouble figuring out how to set up a goal using a Regular Expression Match involving tracking a goal URL of something similar to: /user/\d+/the/next/pages. I want to be able to track the URL for every user, to see how many times they visit it when logged in. The user URL structure is as stated above, only the /d+ would be a set of digits. The bolded \d+ is the only thing I can think to come up with to specify that that will be a random number (the corresponding user id). I am using Drupal, if that sheds any light on my question. Thanks again! beerSEO
What you've posted looks like a valid regular expression. Do you have some examples of actual URLs that should be matched?
I thought it looked good too. I'm not an expert in regex but I know how to formulate them and what to use to get the desired result. I would prefer not to post actual URLs here for fear of spam...do you mind a PM? PS I appreciate your response!