Filter session ID with Google Analytics
Today a request reaches me with the following problem:
The reader has a shop which generates a new session ID each time you visit and then packaged in the URL. It looks like this:
/ cgi-bin/shop/47125eba00685728274050f3360805ed/product/view/FRC3962246B
Changes the URL for each visitor to each beautiful statistics in the bucket is of course. My first advice would be to ban the session ID from the URL of course, because there it has nothing to find my opinion. But there is a solution with a filter for Google Analytics. You can simply take a search and replace filter and filter out the session ID by regular expression. Because I don’t have a shop with such URL structure unfortunately I could not test the filter. So take care!
And the filter would look like:
The regular expression \\w+ which searches for any character string of alphanumeric characters and numbers is important. If you know how long is the session ID, you could restrict the number of characters.
Because I did something on instinct the filter, I would very happy feedback and any corrections or problems in the comments.
And remember: always first create a copy of the profile, otherwise the data is gone. Filter unfortunately don’t apply to existing data, only for the future collected.
Related posts:
- Difference filter vs. segment
Always arises the question what is the difference between a segment and a filter. Finally a segment but also a kind of filter, isn’t? The...
- Regular expressions in Google Analytics goals
My podcast I wonder how many users are listening to the podcast. That goes quite well at the level of the individual file as I...
- What is a cross-session segment?
Usually is made of segments in Web analytics tools on the same period, which is set in the report. To create for example a report...
- Greasemonkey script: Google Reader filter
After long wait has Google Reader half a year ago while getting a Search there is no automated filter but until today. The Greasmonkey script...
- Download AdSense filter list
Some time ago we have called to send us your Google AdSense filter lists for competing ads. But great response we have limit us when...
- Google AdSense – competitive ad filter
Google AdSense is one of the main for many Web page operators. To achieve the best conversation view on format and layout are modified best....
- API example: Google Spreadsheets filter
Because apparently very few users use Google Spreadsheets API, you must submit Googlers times again and show what everything for practical applications are possible. Using...
- YouTube filter to detect deleted videos and block
Practically since the acquisition of YouTube, Google is working to develop a reliable filter. It was first and foremost at that time simply to detect...
- Your AdSense filter
Again, we want to draw attention to our action where we want to make a most extensive filter list for Google AdSense using your. We...
- YouTube soon inserts Audible Magic filter
Most people love YouTube for the huge database with older TV content or excerpts from current TV series and movies – but this is of...
- Internet Explorer 8 provides Web analytics vendor new challenges
Microsoft introduces the new feature InPrivate browsing with Internet Explorer 8. In this mode, the browser stores cookies and no historical information. All cookies are...
- Tip: Hidden GMail filter speech recognition
With Google’s spell checking comes with GMail and the Google toolbar, we know that Google is able to automatically detect the language of the text....
- Google Launches YouTube copy protection filter
As already was months ago, Google wants to appease the media industry with a filter for urherberechtlich geschützes material. But this filter was long in...
- What is a Chain Printer?
Chain printer as show in the image bellow. Print characters are contained in a chain, which is moved continuously at a rapid rate by two...
- Eric Schmidt: Soon starts piracy filter “Claim your Content”
The more data Google hosts, the more it is confronted with copyright infringement, complaints and other problems with third-party content. The best example of the...