regex - Regular expression to filter URLs? -



regex - Regular expression to filter URLs? -

i need filter specific urls using regex in google analytics. should filter below format urls urls recorded:

/job/41-content-verification?action=register /job/62-data-verification?action=register /job/33-data-entry?action=register

like starts '/job/' 'some string/data' , ends '?action=register'

i need regex set in google analytics filter. please help.

try this:

^/job/.+?\?action=register$

regex google-analytics

Comments

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -