Ads API •References / mobile-measurement / Get all mobile apps for a business
Get all mobile apps for a business
Get all mobile apps for the business.
Request
- business_idstring [uuid]Required
A unique identifier for the entity.
Example:ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
Response
A list of mobile apps.
- page_sizeinteger [int32]
- total_resultsinteger [int32]
- offsetinteger [int32]
- current_pageinteger [int32]
- namestringRequired
The name of the mobile app.
Length between2and50Example:"My Android App" - platform_app_idstring
The unique identifier of the app, provided by the app platform.
Length between2and120Example:"com.example.myapp" - platformstring
The platform for the mobile app.
Allowed values:"IOS","ANDROID"Example:"ANDROID" - ad_typestring
The ad type for the mobile app.
Allowed values:"VIEW_THROUGH","STORE_KIT"Example:"VIEW_THROUGH" - idstring [uuid]
The unique identifier for an app.
Supported content-type(s):Example:"ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a" - ios_app_idstring
The unique identifier provided by iOS.
Length between2and255Example:"ABCD123489" - android_app_urlstring
The unique identifier provided by Android.
Length between2and255Example:"com.example.myapp" - apple_app_urlstring
The Apple App Store URL for the mobile app.
Maximum length:512Example:"https://apps.apple.com/us/app/my-example-app/id1234567890" - google_play_urlstring
The Google Play Store URL for the mobile app.
Maximum length:512Example:"https://play.google.com/store/apps/details?id=com.example.myapp&hl=en_US" - link_tokenstring
A unique identifying token for every Adjust link.
Length between6and10Example:"ABCD123489" - mobile_measurement_partnerstring
The available mobile measurement partners.
Allowed values:"KOCHAVA","APPS_FLYER","ADJUST"Example:"KOCHAVA" - dataset_idstring [uuid]
A unique identifier for the dataset.
Example:"0d86b9e9-70f0-4700-a725-3417ba8786f6" - integration_idstring [uuid]
A unique identifier for the integration.
Example:"ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a" - ad_set_countinteger
The number of active or scheduled ad sets using the dataset.
Example:0 - is_skad_networkboolean
Should this mobile app be used for SKADNetwork
Example:true
Response sample
{ "paging": { "page_size": 0, "total_results": 0, "offset": 0, "current_page": 0 }, "mobile_apps": [ { "name": "My Android App", "platform_app_id": "com.example.myapp", "platform": "ANDROID", "ad_type": "VIEW_THROUGH", "id": "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a", "ios_app_id": "ABCD123489", "android_app_url": "com.example.myapp", "apple_app_url": "https://apps.apple.com/us/app/my-example-app/id1234567890", "google_play_url": "https://play.google.com/store/apps/details?id=com.example.myapp&hl=en_US", "link_token": "ABCD123489", "mobile_measurement_partner": "KOCHAVA", "dataset_id": "0d86b9e9-70f0-4700-a725-3417ba8786f6", "integration_id": "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a", "ad_set_count": 0, "is_skad_network": true, "shared_ad_accounts": [ { "id": "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a", "name": "Spotify" } ] } ]}