Include multiple IP addresses in Google Analytics
Posted
by
RubenGeert
on Pro Webmasters
See other posts from Pro Webmasters
or by RubenGeert
Published on 2013-11-02T06:56:48Z
Indexed on
2013/11/02
10:13 UTC
Read the original article
Hit count: 229
google-analytics
|filtering
I sometimes access my own website from my home/work/girlfriend IP addresses. I'd like to create a filter that includes any of these and nothing else. I thought a custom include
filter with a very basic regex should do the trick. The regex I use is 62\.58\.32\.193|77\.172\.143\.12$|213\.125\.166\.98
to include
- 62.58.32.193 and
- 77.172.143.12 and
- 213.125.166.98
and no other IP addresses. I obviously tested it before using it. However, pageviews
seem to be stuck at zero even though I did generate internal traffic. Does anybody understand what I'm doing wrong?
© Pro Webmasters or respective owner