Reputation: 676
I have set some filters in my GA account but I can still see some sources as I check my traffic source at the end of the day. Here are images showing filter and source traffic, maybe I configured them wrong.
The filter I can see today is the " checkpagerank.net" As I went ahead to set this source in my filter, I realized that there is already a filter for it. What am I missing? Thanks.
Upvotes: 0
Views: 347
Reputation: 453
I am assuming that all Excluding Filters are of custom type and that you are filtering the field by Campaign Source. You should create a Custom Filter grouping all the bad referrals using regex. This will work fine for that particular VIEW you are working with. I will try the following approach instead:
Filter Pattern using a regex as simple as this
( sub \ . domain \ . com )|( www \ . domain \ . com)|(andsoOn \ . com)
*without the spaces, could not make the regex work
However, If you want to keep excluding every domain individually and you don’t care about keeping that data use the “ referral exclusion list” feature in universal google analytics. Follow this steps
**Because you are working at property level you can not access this data anymore and you will exclude this data from all your views report
**This is not the best method, your will get those hostname out of your referral report but still they are going to be counted as visits to your site
If this answer works, please Remember to mark it as resolved. :)
Upvotes: 1