Oct 29
2008
If your site has dynamic URLs then you might have a hard time making sense out of your data in Google Analytics.

If for any reason you cannot convert your dynamic URLs to friendly URLs…search and replace filters are the answer!

The screenshot below demonstrates the nightmare some people might experience when they view content reports.

In order to make the URL readable, we have to identfy the parameters that we want to change. In our above example the URL contains three parameters: departmentID, CategoryID, and ProductID. We first create a “search and replace” filter for each department, category, and product. Then we replace each dynamic parameter with easy-to-read text.

  • Create the “Search & Replace” Filters

Filter# 1

Filter# 2

Filter# 3

  • Now apply all created filters to a test profile and verify data accuracy before applying to your regular profiles.

Your content reports will now look like this:

Note:

  • We do not advice using “Search & Replace” approach on e-commerce sites because you will have a very large number of filters.
  • The easiest way to never have to deal with dynamic URL addresses is by using friendly URLs at the development stage.
  • You can use tools such as Apache’s mod_rewrite to present clean URLs to both your visitors and your web analytics application.
  • Clean URLs will have additional benefits such as helping with your SEO campaign and improving conversion rates..

Technorati Tags: , ,

Tags: , ,

6 Responses to “Cleanup your URLs with Search and Replace Filters”

  1. Yomna Omar says:

    Good job!

    Simple, and into the point… i liked it.

  2. Angela says:

    Nice post. So if the filter string represents only a portion of the URI, will GA only replace that segment of the URI or replace the whole URI given there are no other filters?

  3. Rehan Asif says:

    Hi Angela,

    GA will only replace that segment of the URI.
    If you wanted to replace the whole URI, you would have to use an Advanced filter.

  4. I am puzzled by your use of ? in ?DepartmentID=33. Isn’t the ? a regular expression character that needs to be escaped?

  5. Rehan Asif says:

    Hi Alan,

    You are right. I’ll get the post’s author to update the screenshots.

  6. Hi Alan,

    You are absolutely right. The search field is a regular expression and the replace field is any text that you wish to use to replace the original text.

    The screenshot is updated now.

    Thank you,

Leave a Reply