<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/AdGroupTargetingCreate/AppDownloader-data.dictionary",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:AdGroupTargetingCreate.AppDownloader"
  },
  "title" : "AdGroupTargetingCreate.AppDownloader"
}
-->

# AdGroupTargetingCreate.AppDownloader

The defined targeted audience according to app downloads.

```
object AdGroupTargetingCreate.AppDownloader
```

## Discussion

The `appDownloader` field is one of only two `AdGroupTargeting` dimensions that support both `include` and `exclude`. To target all users, don’t include the `appDownloader` dimension in the request payload. Used with App Store campaigns. Uses the [`TargetingDataCreate`](/documentation/Apple-Ads-Platform-API/TargetingDataCreate) `include`/`exclude` shape.

Use the `adamId` of the app you’re promoting in your campaign as an included or excluded value. API users can only pass in their own apps.

```json
"appDownloader": {
  "include": ["11111"]
}
```

```json
"appDownloader": {
  "exclude": ["111111"]
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)