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

# AdGroup.Targeting

The comprehensive audience and placement configuration for an ad group.

```
object AdGroup.Targeting
```

## Discussion

Defines the audience dimensions, such as geography, demographics, device, and behavior, that this ad group targets. Each dimension supports an `include` list, an `exclude` list, or both, depending on the field.

### Example

```json
{
  "targeting": {
    "deviceClass": {
      "include": [
        "IPHONE"
      ]
    },
    "minAge": {
      "include": [
        "18"
      ]
    },
    "maxAge": {
      "include": [
        "34"
      ]
    },
    "appDownloader": {
      "include": [
        "123456789"
      ]
    }
  }
}
```

See [`AdGroupTargeting`](/documentation/Apple-Ads-Platform-API/AdGroupTargeting) for the full field reference.

---

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)