Expand my Community achievements bar.

Interested in becoming an Adobe Analytics Champion? Join us on May 15 at 9 am PT, and learn how to become a 2025 Adobe Champion.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Route to RSID based on IP

Avatar

Level 2

    We want to track activity from internal users. We want to do it based on IPs. We have a long list that we use to block activity from our main prod report suite. Is this something we can do directly in the app measurement code?

1 Accepted Solution

Avatar

Correct answer by
Level 6

You can do in AppMeasurement or DTM, as long as you have the IP available for example as part of the data layer. Then you can write a if/else statement the change the RSID depending of the IP.

If you just collect the IP to an eVar or prop, you can setup a Virtual ReportSuite (for free) filtering internal traffic out (or only showing internal traffic). However, it won't work if you exclude the IP's already on the Report Suite...

/Løjmann

View solution in original post

2 Replies

Avatar

Level 2

Avatar

Correct answer by
Level 6

You can do in AppMeasurement or DTM, as long as you have the IP available for example as part of the data layer. Then you can write a if/else statement the change the RSID depending of the IP.

If you just collect the IP to an eVar or prop, you can setup a Virtual ReportSuite (for free) filtering internal traffic out (or only showing internal traffic). However, it won't work if you exclude the IP's already on the Report Suite...

/Løjmann