Filter by IP (exclusion) on Adobe Target
Hi, how to exclude users of an specific IP on all activities of Adobe Target?
Thanks
Hi, how to exclude users of an specific IP on all activities of Adobe Target?
Thanks
Hi,
Without giving it a try, I would say the following should work:
try{
var ip = user.header('x-cluster-client-ip');
if(ip.match(/^5\.19\.(0|1|2|3|4|5|5|7|8|9|10|11|12|13|14|15)+\.\d/g)) {
mboxParam = 'true';
}
return mboxParam;
}
catch(e){
// Error handling...
}
Read more about applying profile scripts here: https://marketing.adobe.com/resources/help/en_US/tnt/help/c_Profile_Parameters.html
/Løjmann
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.