GET/ad_accounts/:ad_account_id/apps
Retrieve mobile app identifiers previously used in app install campaigns.
Each returned item includes only the id field (App Store or Google Play identifier).
Things to know
- The set reflects apps already used in past campaign activity, not every app you may target in the future.
page.tokenandpage.sizeare accepted for consistency with other list endpoints; pagination is not applied yet, sopagination.next_urlandpagination.previous_urlare always null.
Rate Limit
See the rate limits for Campaign Management Read
Policy Slug: ads-campaign-management-read
- Window: 60 seconds
- Quota: 400 requests
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 5XX
A list of apps.
Bad request.
No bearer token or a bad bearer token was provided.
Insufficient authentication scopes.
The specified resource was not found.
Too many requests. See Rate Limiting for header details and best practices.
Response Headers
The rate limit policies that apply to this request (IETF "RateLimit header fields for HTTP" draft). Each comma-separated policy is keyed by a public policy name and lists its quota q and window in seconds w.
The current rate limit state for each applicable policy (IETF "RateLimit header fields for HTTP" draft): remaining quota r and seconds until the window resets t. On a 429 the exhausted policy reports r=0.
Server error.