create_geo_target
Target or exclude users in specific geographic areas by creating a new geo target with continents, countries, regions, cities, and an optional radius.
Instructions
Create a new geo target for geographic targeting. Areas is an array of objects with continent, country (2-letter code), region, city fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Geo target name | |
| unit | No | Distance unit for range | |
| areas | Yes | Array of geographic areas to target | |
| range | No | Radius range for geo-fencing (only applies when targeting a city) | |
| inclusive | No | If true, target users IN these areas; if false, EXCLUDE these areas |