Expand my Community achievements bar.

SOLVED

Audiences based on IP addresses

Avatar

Level 1

We would like to create an Audience based on the IP addresses to identify internal traffic. We do not want to filter this traffic out but would be interested to use this audience in Analytics to as a segment.

The configuration in Analytics is not very charming as we cannot use RegEx for this Audience.

Does somebody has an implementation example or can point me to a documentation somewhere.

Thank you in advance

1 Accepted Solution

Avatar

Correct answer by
Level 3

Christopher - how long is your IP address list? The best way to do it is create traits based on h_ip which is the IP address that comes in the header. You have a limit of how many rules you can have in a trait so if your list of IPs are long, then you might need to break them into few traits.  Also you should use the Bulk Uploader (BAAAM) to do this since it will be tedious via the console.

Thanks,

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Christopher - how long is your IP address list? The best way to do it is create traits based on h_ip which is the IP address that comes in the header. You have a limit of how many rules you can have in a trait so if your list of IPs are long, then you might need to break them into few traits.  Also you should use the Bulk Uploader (BAAAM) to do this since it will be tedious via the console.

Thanks,

Avatar

Level 2

Is there a way to do this for a range of IP addresses using h_ip or what are my options?