Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.68 KB

File metadata and controls

20 lines (12 loc) · 1.68 KB

TargetingSpecExcludedLocations

Geo to exclude from the audience. Mirrors the inclusion geo shape: excluded cities can carry a radius catchment and excluded custom (lat/lng) pins are supported, both on Meta (excluded_geo_locations).

Properties

Name Type Description Notes
countries List<String> [optional]
regions List<CreateStandaloneAdRequestZipsInner> [optional]
cities List<TargetingSpecExcludedLocationsCitiesInner> Cities to exclude. Optional `radius` + `distance_unit` exclude a catchment around the city (both must be set together or both omitted); Meta honours the radius on excluded cities. [optional]
zips List<CreateStandaloneAdRequestZipsInner> [optional]
places List<TargetingSpecExcludedLocationsPlacesInner> Named points of interest to exclude. `key` from /v1/ads/targeting/search. [optional]
neighborhoods List<TargetingSpecExcludedLocationsPlacesInner> Named neighbourhood areas to exclude. `key` from /v1/ads/targeting/search. [optional]
customLocations List<TargetingSpecCustomLocationsInner> Point-radius (lat/lng) pins to exclude (Meta excluded_geo_locations.custom_locations). Mirrors the inclusion customLocations shape. [optional]