I need to match a URL in google analytics for use in a goal and a funnel.
I would like to match a url for http://url.com/guides/anything-that-comes-after
I will be matching /guides on it’s own goal, but would like to match /guides/* (how I would do it with a simple wildcard) with the regex.
So you’re trying to match anything that comes after “guides/”, basically?
should match anything after your based URL. If you want to make it domain independent, try this: