AdGroupTargetingUpdate.AppCategory
App category targeting based on App Store categories, with include and exclude support.
Declaration
object AdGroupTargetingUpdate.AppCategoryProperties
| Name | Type | Description |
|---|---|---|
include | [string] | App Store category IDs to target. |
exclude | [string] | App Store category IDs to exclude. |
Discussion
The appCategory field is one of only two AdGroupTargeting dimensions that support both include and exclude. Used with App Store campaigns. Uses the TargetingDataUpdate include/exclude shape.
"appCategory": {
"include": ["100"]
}"appCategory": {
"exclude": ["100"]
}