AAM -IP Address based targeting With Header-level Keys

Description description

How to create an AAM trait based on an IP address

Resolution resolution

Steps to Resolve

To target a user on their IP address, create a Trait Expression using one of the examples below:

By using Regular Expression:

Key = “h_ip”              matchesregex                   value= "(172.(16-9|20-9|30-1)(.0-9{1,3}){2}|192.168(.0-9{1,3}){2}|127.0.0.1)$"

The above example will look for IP addresses typically found in internal networks (172’s ,192.168, and 127.0.0.1).

Key = “h_ip”       endswith              value = “0”



For exact Ip Address

Key= “h_ip”        ==           value” 88.208.91.78”

recommendation-more-help
3d58f420-19b5-47a0-a122-5c9dab55ec7f