is located at
Target users by where they are visiting your website from.
The
is located at
rules targets visitors of the specified continent, country, or city.This audience condition can be used without needed to configure any specific Ninetailed SDK methods in your application.

This rule consists of one of each of:
- a region type
- a value matcher, composed of:
- a value matching operator
- a value (that value of the trait)

Select what type of region to match. Choose from:
- Continent
- Country
- City

Choose how to compare the location value to the chosen region type. The value matching operator will always be "equal to" when the region type is set to either
Continent
or Country
. When the region type is City
, you may choose from a variety of matching operators:- equals
- does not equal
- contains
- does not contain
- starts with
- ends with
- matches, for matching to a Regex expression

The value to compare to. Note that an automatically generated dropdown list is generated when the region type is set to either
Continent
or Country
. When matching a City
, spell the city with proper capitalization and spacing, e.g., San Francisco
.Last modified 1mo ago