Yesterday Google added an Advanced Filters tool to the content reports allowing users to filter using a number of different parameters. The tool even supports regular expressions.
The filter can be seen at the bottom of the keyword or content reports and allows you to drill down into the information in a much more intuitive way than the previous filtering options allowed, mainly because it’s no longer hidden away in another section.
![]()
Below is an example where I drilled down into a keywords report to find all keywords containing the word “car” with an per visit value greater than £8 and a conversion rate higher than 20%.

A top tip is to add a few different keyword sets using the | operator to mean OR. For example “cats|dogs|mice” would match all 3 keywords. If you’ve got a favourite filter post it in the comments.
You can get our blog posts delivered for free by email every day - simply add your email address to the box below or alternatively grab the RSS feed.







{ 5 comments… read them below or add one }
Spotted this yesterday – looks really useful for long tail analysis. Will post a few filters once I’ve tested them out.
Find me on Digg | Facebook | Reddit | StumbleUpon | Twitter
Its good that Google has added this new feature in analytics, wait i have to check this with my new keywords and filter the results.
More comments from tag44Hey Patrick, Great info! I really need as much information as I can find regarding keywords when trying to setup my own business. Regards, Paul.
Filters I use quite a lot allows to split by number of words in the search phrase:
Only one word:
^[a-z,0-9]*$
at least two words:
^[a-z,0-9]* [a-z,0-9]* (add a dollar sign at the end for exactly two words)
at least three words:
^[a-z,0-9]* [a-z,0-9]* [a-z,0-9]* (add a dollar sign at the end for exactly three words)
etc.
These regex will exclude search phrase containing non-alphanumerical characters, so if you happen to have search phrases containing those (c++, c#…), you can insert them the characters between the brackets, comma separated.
I spent some time on Friday with these filters – I wasn’t sure how long they had been around, but they do appear to be useful.
{ 2 trackbacks }
Leave a Comment (registration is optional)