Contents

IncludeExclude

Targeting criteria object specifying values to include or exclude in ad delivery.

Declaration

object IncludeExclude

Properties

NameTypeDescription
include[string]

An array of string values to target. Accepted values depend on the field using this object. Read-only.

Discussion

The IncludeExclude object is a shared targeting wrapper used by BrandsTargetingProjection and AppsTargetingProjection. The include array accepts different value sets depending on context:

Field

Accepted values

supplyPlacement

Apps: APPSTORE_SEARCH_RESULTS, APPSTORE_SEARCH_TAB, APPSTORE_TODAY_TAB, APPSTORE_PRODUCT_PAGES. Brands: MAPS_SEARCH_RESULTS, MAPS_SEARCH_HOME

supplySource

MAPS

countryOrRegion

ISO 3166-1 alpha-2 country codes, for example, US, GB

lifetimeStorefronts

ISO 3166-1 alpha-2 storefront codes

promotedLocationGroup

Location group IDs associated with the brand

promotedLocation

Individual brand location IDs

Example

{
  "include": [
    "US",
    "GB"
  ]
}

See Also