Country of origin is

Matches when the request originates from one or more countries included in the Selected countries list.

This condition determines if a request originated from a specific country by performing a geolocation lookup on the requester’s IP address.

Configuration

  • Selected countries: A list of one or more countries to match against. The condition returns true if the request originates from any country in this list. At least one country must be selected.

Measurement

The condition resolves the IP address from the incoming request and matches it against a geolocation database (MaxMind GeoLite2). It retrieves the ISO country code associated with that IP and returns true if the code exists within the Selected countries list. If the IP address cannot be mapped to a country, the condition returns false.


Last modified March 5, 2026