08/Documentation/Geographic Targeting
08/Geographic Targeting
Granular Geo Modifiers
Append targeting segments to the username to constrain exit nodes. Segments are evaluated left-to-right and the most specific match wins. Unknown or empty targets fall back to the broader scope.
| Modifier | Example | Notes |
|---|---|---|
| country | country-de | ISO-3166 alpha-2 country code |
| region | region-bavaria | Subdivision name, lowercase, no spaces |
| city | city-munich | Requires country; falls back to country pool if no match |
| asn | asn-3320 | Pin to a specific autonomous system number |
| sid | sid-checkout42-1-30 | Sticky session id with TTL in minutes |
# Country only
USERNAME-country-de
# Country + region + city
USERNAME-country-us-region-california-city-sanfrancisco
# ASN pinning with sticky session
USERNAME-asn-7922-sid-checkout42-1-30