Contents

AdGroupTargetingCreate.AppCategory

App category targeting based on App Store categories, with include and exclude support.

Declaration

object AdGroupTargetingCreate.AppCategory

Properties

NameTypeDescription
include[string]

App Store category IDs to target. 100 targets the same category as the promoted app. Mutable.

exclude[string]

App Store category IDs to exclude. 100 excludes the same category as the promoted app. Mutable.

Discussion

The appCategory field is one of only two AdGroupTargeting dimensions that support both include and exclude. Used with App Store campaigns. Uses the TargetingDataCreate include/exclude shape.

"appCategory": {
  "include": ["100"]
}
"appCategory": {
  "exclude": ["100"]
}