Combining similar URLs in Google Analytics (with a twist)

前端 未结 2 1617
忘掉有多难
忘掉有多难 2021-01-16 03:47

I have a lot of similar URLs that I would like to merge in Google Analytics. I\'ve managed to merge a lot of them already. However I\'ve now run into a bit of a problem.

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-16 04:26

    From this Combining similar URLs in Google Analytics you can find out how to do it. You need to use a regex. Something like this should work (did not test it).

    (article\/)[0-9]*\/(edit|add)
    

提交回复
热议问题