I have urls like the following:
http://example.com/item/1http://example.com/item/1341http://example.com/item/33324
I want to set up a funnel in Google Analytics and I understand that I can use a regular expression.
What would i enter to match all the above URLs i.e /item/#{id}?
