Exclude internal IP from RTCDP
We have user data flowing into AEP Dataset created using schema. The schema is populated by data collection tags rules.
We have observed that there is some internal traffic which is disturbing user profiles stitching. We are now looking to exclude the internal traffic using IP exclusion. I think there can be two ways to achieve this:
1. Develop need to add a flag(True/False) based on matching IP ranges and exclude it either in rule condition to restrict edge network call or exclude while creating audience segment using flag response.
2. Write a custom code in AEP extension to check IP ranges and abort.
Any reference about which approach should work best and what should be the code if we go the second way. Also, do we need to implement user consent for IP address validation.
