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

# AppDetails

Application details and metadata.

```
object AppDetails
```

## Discussion

The `AppDetails` object represents the App Store metadata for an app retrieved via [`Get App Details by Adam ID`](/documentation/Apple-Ads-Platform-API/Get-App-Details-by-Adam-ID). The `id` field is the Adam ID, which is the same value used as `promotedObjectId` when targeting this app.

Use `deviceClasses` to verify that your campaign’s device-class targeting is compatible with the app before launching. Targeting an App Store country or region not in `availableStorefronts` will result in no impressions for that market.

### Example

```json
{
  "id": "324684580",
  "appName": "AwayFinder - Travel Planner",
  "artistName": "AwayFinder Inc.",
  "primaryLanguage": "en-US",
  "primaryGenre": ">Mobile Software Applications>Travel",
  "secondaryGenre": ">Mobile Software Applications>Lifestyle",
  "deviceClasses": [
    "IPHONE",
    "IPAD"
  ],
  "iconPictureUrl": "https://is5-ssl.mzstatic.com/image/thumb/Purple126/v4/aa/bb/cc/AppIcon-1024x1024.png",
  "isPreorder": false,
  "availableStorefronts": [
    "US",
    "GB",
    "DE",
    "JP",
    "AU"
  ]
}
```

---

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)