---
title: AppInfo
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/appinfo
---

# AppInfo

A single app search result.

## Declaration

```data
object AppInfo
```

## Properties

adamId: The Adam ID of the app. Use this value when creating campaigns targeting this app. appName: The app display name as shown in the App Store. developerName: The developer or publisher name. countryOrRegionCodes: ISO 3166-1 alpha-2 codes for all App Store countries or regions where this app is available.

## Discussion

Discussion The AppInfo object represents one app returned from the search apps endpoint. It includes the app’s Adam ID, display name, developer name, and the country or region codes where the app is available. Example {   "adamId": 123456789,   "appName": "AwayFinder",   "developerName": "AwayFinder Inc.",   "countryOrRegionCodes": [     "US",     "CA",     "GB"   ] }

## See Also

- [AppLocaleDetails](apple-ads-platform-api/applocaledetails.md)
- [AppsSearchResponse](apple-ads-platform-api/appssearchresponse.md)
- [AppLocaleDetailsQueryResponse](apple-ads-platform-api/applocaledetailsqueryresponse.md)
- [AppSupportedLanguages](apple-ads-platform-api/appsupportedlanguages.md)
- [AppSupportedLanguagesQueryResponse](apple-ads-platform-api/appsupportedlanguagesqueryresponse.md)
