Contents

BrandsTargetingProjection

Targeting projection for brands ad groups and campaigns.

Declaration

object BrandsTargetingProjection

Properties

NameTypeDescription
supplyPlacementIncludeExclude

Restricts delivery to specific placement slots within Maps supply. Supported values: MAPS_SEARCH_RESULTS, MAPS_SEARCH_HOME. See IncludeExclude for details.

lifetimeStorefrontsIncludeExclude

Controls country or region targeting over the lifetime of the campaign. See IncludeExclude for details.

supplySourceIncludeExclude

Restricts delivery to a specific supply source. Use MAPS for Apple Maps placements. See IncludeExclude for details.

promotedLocationGroupIncludeExclude

Targets a specific location group. Use for campaigns targeting many locations at once. The location group ID identifies a saved set of brand locations. See IncludeExclude for details.

promotedLocationIncludeExclude

Targets an individual brand location by location ID. Use for single-location targeting. See IncludeExclude for details.

Discussion

The BrandsTargetingProjection appears in brands report rows, capturing the targeting configuration at the time of the report. All fields use IncludeExclude objects containing an include array of string values.

Example

{
  "supplyPlacement": {
    "include": ["MAPS_SEARCH_RESULTS", "MAPS_SEARCH_HOME"]
  },
  "lifetimeStorefronts": {
    "include": ["US", "CA"]
  },
  "supplySource": {
    "include": ["MAPS"]
  },
  "promotedLocationGroup": {
    "include": ["555666777"]
  },
  "promotedLocation": {
    "include": ["123456789"]
  }
}

See Also