By default, Angelfish shows you all traffic to your website. If you want to remove internal traffic from your reports, you can exclude it with a filter.
Excluding Private IP Addresses
Angelfish has a predefined filter called "Exclude Private IPs (v4)" that will automatically exclude traffic from (non-routable) private IP addresses. Simply add it to your profile - that's it!
Many organizations use private IP addresses internally - learn more about them here:
http://en.wikipedia.org/wiki/Private_network#Private_IPv4_address_spaces
Excluding Specific IP Addresses From Reports
Create a regular expression that will match your specific IP address, or range of addresses and apply it to the profile.
Example:
To exclude all traffic from the following 2 IP addresses:
192.168.0.1 OR 172.31.255.254
You can use this regular expression as the pattern in an Exclude (or Raw) filter:
^(192\.168\.0\.1|172\.31\.255\.254)$
For more information about regular expressions, please read the Regex article:
Help Article: Regular Expressions
0 Comments