IP Lists allow you to create reusable IPv4 and IPv6 targeting lists that can be applied across the platform.
They can be used for:
- targeting specific traffic
- excluding IP ranges
- reusing the same configuration across multiple campaigns
IP Lists support:
- IPv4
- IPv6
- CIDR notation
- IP ranges
- mixed IPv4 + IPv6 lists
Where IP Lists Can Be Used
IP Lists can be attached at:
- Account level → Global Block Lists → Global block list by IP
- Campaign → Advanced Settings → Add Targeting → IP
This allows centralized traffic filtering and targeting management.
Creating an IP List
Navigate to: Tools → Global Lists → IP Lists
Then:
- Click "Create"
- Enter a list name
- Add IP values manually or upload via CSV
Supported Formats
| Support | Type | Format | Example |
|---|---|---|---|
| Existing | Single IPv4 | x.x.x.x | 203.0.113.10 |
| Existing | IPv4 range | x.x.x.x-y.y.y.y | 203.0.113.0-203.0.113.255 |
| Existing | IPv4 CIDR | x.x.x.x/nn | 203.0.113.0/24 |
| New | Single IPv6 (full) | hhhh:hhhh:hhhh:hhhh:hhhh:hhhh:hhhh:hhhh | 2001:0db8:0000:0000:0000:0000:0000:0001 |
| New | Single IPv6 (compressed) | standard IPv6 shorthand | 2001:db8::1 |
| New | IPv6 CIDR (full) | hhhh:hhhh:hhhh:hhhh::/nn | 2001:0db8:1234:0000::/48 |
| New | IPv6 CIDR (compressed) | compressed prefix /nn | 2001:db8:1234::/48 |
| New | Mixed list (IPv4/IPv6) | one entry per row | IPv4 and IPv6 together |
| New | Mixed combinations | multiple formats in one list | 203.0.113.0/24 + 2001:db8:1234::/48 |