Thanks Dave! Obviously it's based heavily on your main RE one, I'm really hoping Google will add support for assertions in the future, would make life so much easier!
Just a short question on using the right regular expression. I want to create a funnel which has to gather information on different URL's. The one thing that all the URLs have in common is their last part. For example, i want to include al these URL's in one step of a funnel:
Favourited by 11 Members:
Comments
Great cheat sheet, Jay, especially the sample patterns!
Thanks Dave! Obviously it's based heavily on your main RE one, I'm really hoping Google will add support for assertions in the future, would make life so much easier!
Nice cheat sheet Jay
I don't think you need this one:
(brand\s*?term)
as just (brand) will work, no? That is, (brand) will match:
"brandterm", and "brand term"
Excellent cheat sheet Jay, really helpful.
This is really helpful. Thank you Jay. Just the kind of resource we need.
Good stuff Jay! Thanks for sharing.
thanks much Jay!!
Great information, really awesome..
Cant thank you enough for this amazing resource!
I do have a file name LIKE maxfile_[A-Z]_[0-9]{6} and I want to use a wild card like ^maxfile_ but it does not work
Hi guys,
Just a short question on using the right regular expression. I want to create a funnel which has to gather information on different URL's. The one thing that all the URLs have in common is their last part. For example, i want to include al these URL's in one step of a funnel:
book/cabin/step4
orange/keyboard/stairs/step4
ball/step4
> They all have the same last part; 'step4'. Which regulare expression do i have to use to collect the data of all these different pages?
Hope you can help me!
James
Add a Comment
You are posting a reply. Cancel Reply.
Contents
A list of Regular Expression functionality supported by Google Analytics
Cheatographer
www.freshegg.com
More by Jay Taylor
Cheat Sheet Stats
Tags
Related (shares tags with):
Thumbnail