Contents

AppsTargetingProjection

Targeting projection for apps campaigns.

Declaration

object AppsTargetingProjection

Properties

NameTypeDescription
supplyPlacementIncludeExclude

The ad placement slots included in delivery. Values: APPSTORE_SEARCH_RESULTS, APPSTORE_SEARCH_TAB, APPSTORE_TODAY_TAB, APPSTORE_PRODUCT_PAGES. See IncludeExclude for details.

lifetimeStorefrontsIncludeExclude

App Store countries or regions targeted over the campaign’s lifetime, which may differ from the currently active countryOrRegion targeting. See IncludeExclude for details.

countryOrRegionIncludeExclude

ISO 3166-1 alpha-2 country codes currently targeted by the campaign. See IncludeExclude for details.

Discussion

The AppsTargetingProjection object describes the targeting scope for an apps campaign entity as captured in a report row. Each field is an IncludeExclude wrapper whose include array lists the active targeting values at the time of the report.

Example

{
  "supplyPlacement": {
    "include": ["APPSTORE_SEARCH_RESULTS", "APPSTORE_SEARCH_TAB"]
  },
  "lifetimeStorefronts": {
    "include": ["US", "CA", "GB"]
  },
  "countryOrRegion": {
    "include": ["US", "CA"]
  }
}

See Also