Use regexp in segmentation

Hi!

Is it possible to use regexp in segment filters? I have a website where I want to report the top 10 most visited article pages. All article pages, and only them, have 6 digits in their pageUrl for example: mydomain.com/a-really-good-article-123123

Cheers
Olov

I can answer my own question after a few hours of sleep. This can be done with the Actions.getPageUrls method and the parameters &flat=1&filter_column=url&filter_pattern=\d{6}

1 Like