| Name | Type | Description | Notes |
|---|---|---|---|
| countries | string[] | ISO 3166-1 alpha-2 country codes (e.g. ['US']). | [optional] |
| regions | \Zernio\Model\CreateStandaloneAdRequestZipsInner[] | Region/state targeting. `key` is the platform location ID from /v1/ads/targeting/search?dimension=geo&geoType=region. | [optional] |
| cities | \Zernio\Model\TargetingSpecCitiesInner[] | City targeting. Optional `radius` + `distance_unit` extend beyond the city limits; both must be set together or both omitted. `radius` is only honoured on platforms whose capability map allows city radius (Meta). | [optional] |
| zips | \Zernio\Model\CreateStandaloneAdRequestZipsInner[] | Postal/ZIP targeting. `key` is the platform's postal location ID (e.g. Meta `US:94304`). Supported on Meta, Google, TikTok, Pinterest, X. | [optional] |
| metros | \Zernio\Model\CreateStandaloneAdRequestZipsInner[] | DMA / metro-area targeting. `key` is the platform's metro ID (e.g. Meta `DMA:807`). | [optional] |
| custom_locations | \Zernio\Model\TargetingSpecCustomLocationsInner[] | Point-radius (lat/lng) targeting (Meta custom_locations / Google proximity). Honoured only where the capability map allows radius (Meta). | [optional] |
| excluded_locations | \Zernio\Model\TargetingSpecExcludedLocations | [optional] | |
| age_min | int | [optional] | |
| age_max | int | [optional] | |
| gender | string | Restrict by gender. 'all' (default) targets everyone. | [optional] |
| income_tier | string | Normalized household-income tier (ZIP/percentile based). Meta and TikTok express all four. Google maps only `top_10` (its INCOME_RANGE_90_UP); other tiers on Google, and any income tier on LinkedIn / X / Pinterest, are rejected. On Meta, income/zip targeting requires the relevant `specialAdCategories` to be unset (housing/employment/credit ads cannot use it). | [optional] |
| languages | string[] | Language codes (e.g. ['en']). | [optional] |
| interests | \Zernio\Model\CreateStandaloneAdRequestBehaviorsInner[] | Interest entities from /v1/ads/targeting/search?dimension=interest. Each carries the platform's opaque id. | [optional] |
| behaviors | \Zernio\Model\CreateStandaloneAdRequestBehaviorsInner[] | Behaviour entities from /v1/ads/targeting/search?dimension=behavior. Supported on Meta and TikTok. | [optional] |
| industries | string[] | LinkedIn B2B only. Industry URN id fragments. | [optional] |
| company_sizes | string[] | LinkedIn B2B only. | [optional] |
| seniorities | string[] | LinkedIn B2B only. | [optional] |
| job_functions | string[] | LinkedIn B2B only. | [optional] |
| audience_include | string[] | Platform audience IDs to include. | [optional] |
| audience_exclude | string[] | Platform audience IDs to exclude. | [optional] |