Contents

CampaignTargetingUpdate

Targeting configuration for updating an existing campaign’s supply source, placement, and geographic markets.

Declaration

object CampaignTargetingUpdate

Properties

NameTypeDescription
supplySourceCampaignTargetingUpdate.SupplySource

The supply source(s) where ads are eligible to appear. Omit to leave unchanged. See TargetingDataUpdate.

supplyPlacementCampaignTargetingUpdate.SupplyPlacement

The specific placements within a supply source. Omit to leave unchanged. See TargetingDataUpdate.

countryOrRegionCampaignTargetingUpdate.CountryOrRegion

The countries or regions where the campaign serves ads. Omit to leave unchanged. See TargetingDataUpdate.

Discussion

The CampaignTargetingUpdate object is the update-time counterpart to CampaignTargeting. The supplySource, supplyPlacement, and countryOrRegion fields are all optional and nullable. Only the fields you supply are changed, and any omitted field retains its current value. Each field uses a TargetingDataUpdate object to express include/exclude changes for that dimension.

Example

{
  "supplySource": {
    "include": ["APPSTORE"],
    "exclude": null
  },
  "supplyPlacement": {
    "include": ["APPSTORE_SEARCH_RESULTS", "APPSTORE_TODAY_TAB"],
    "exclude": null
  },
  "countryOrRegion": {
    "include": ["US", "CA"]
  }
}

Topics

Dictionaries

See Also