hello all,
I'm trying to create an audience rule in Target to filter out users based on IP address. I've seen it accomplished in the past using a profile script like this:
user.header('x-cluster-client-ip')
which would fetch the user IP address. However, I'm not seeing this working in action. does anyone have advice on how this could be set up ?