---
title: AdGroupTargetingUpdate.AppDownloader
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/adgrouptargetingupdate/appdownloader-data.dictionary
---

# AdGroupTargetingUpdate.AppDownloader

The defined targeted audience according to app downloads.

## Declaration

```data
object AdGroupTargetingUpdate.AppDownloader
```

## Properties

include: Adam IDs of apps whose downloaders to target. Mutable. exclude: Adam IDs of apps whose downloaders to exclude, typically to suppress existing users of your app (acquisition targeting). Mutable.

## Discussion

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 TargetingDataUpdate 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. "appDownloader": {   "include": ["11111"] } "appDownloader": {   "exclude": ["111111"] }
