...
- Is equal to:
- A free-form text field of comma-separated city name(s).
- Delivery occurs when the user's country matches and the user's city name matches one of the supplied city values.
- Is different from:
- A free-form text field of comma-separated city name(s).
- Delivery occurs when the user's country matches and the user's city name does not match any of the supplied city values.
- Contains:
- A free-form text field of comma-separated string value(s).
- Delivery occurs when the user's country matches and the user's city name contains one of the supplied city supplied string values.
- Does not contain:
- A free-form text field of comma-separated city name(s).
- Delivery occurs when the user's country matches and the user's city name does not contain any of the supplied city supplied string values.
- Regex match:
- A standard regular expression string. (Does not require starting and ending delimiters.)
- Delivery occurs when the user's country matches and the user's city name is matched by the regular expression string.
- Regex does not match:
- A standard regular expression string. (Does not require starting and ending delimiters.)
- Delivery occurs when the user's country matches and the user's city name is not matched by the regular expression string.
...
- Is equal to:
- A free-form text field of comma-separated postal code value(s).
- Delivery occurs when the user's postal code matches one of the supplied postal code values.
- Is different from:
- A free-form text field of comma-separated city name(s).
- Delivery occurs when the user's postal code does not match any of the supplied postal code values.
- Contains:
- A free-form text field of comma-separated string value(s).
- Delivery occurs when the user's postal code contains one of the supplied postal code supplied string values.
- Does not contain:
- A free-form text field of comma-separated city name(s).
- Delivery occurs when the user's postal code does not contain any of the supplied postal code supplied string values.
- Regex match:
- A standard regular expression string. (Does not require starting and ending delimiters.)
- Delivery occurs when the user's postal code is matched by the regular expression string.
- Regex does not match:
- A standard regular expression string. (Does not require starting and ending delimiters.)
- Delivery occurs when the user's postal code is not matched by the regular expression string.
...
The following geotargeting delivery rules are dependent on the MaxMind GeoIP2 ISP database. This database is not included in Revive Adserver by default.
Geo - ISP/Organisation
To be written.
Also see: https://github.com/revive-adserver/revive-adserver/issues/459Define when a banner can be displayed based on the user's ISP or organisation name.
Banner delivery will only occur when the user has an ISP or organisation name, and the name value matches, based on the selected matching criteria and ISP/organisation value.
The postal code value is a free form text field, and supports different value types depending on the matching criteria selected:
- Is equal to:
- A free-form text field of comma-separated ISP/organisation name value(s).
- Delivery occurs when the user's ISP/organisation name matches one of the supplied ISP/organisation name values.
- Is different from:
- A free-form text field of comma-separated ISP/organisation name name(s).
- Delivery occurs when the user's ISP/organisation name does not match any of the supplied ISP/organisation name values.
- Contains:
- A free-form text field of comma-separated string value(s).
- Delivery occurs when the user's ISP/organisation name contains one of the supplied string values.
- Does not contain:
- A free-form text field of comma-separated city name(s).
- Delivery occurs when the user's ISP/organisation name does not contain any of the supplied string values.
- Regex match:
- A standard regular expression string. (Does not require starting and ending delimiters.)
- Delivery occurs when the user's ISP/organisation name is matched by the regular expression string.
- Regex does not match:
- A standard regular expression string. (Does not require starting and ending delimiters.)
- Delivery occurs when the user's ISP/organisation name is not matched by the regular expression string.