Creating an Audience using IP Addresses | Community
Skip to main content
New Participant
May 8, 2025
Question

Creating an Audience using IP Addresses

  • May 8, 2025
  • 2 replies
  • 351 views

Hello! 

How can we create audiences in AT using IP addresses. It does not seem to be a drop down available in either Geo or Network when building an audience. 

Seeking further guidance please and thank you. 

2 replies

Employee
May 13, 2025

Hi @alisaberindea,

Try the below profile script,

var visitorIp = user.header('x-forwarded-for');
return visitorIp; 

 

 

 

AnkitJasani29
New Participant
May 9, 2025