Get the mobile app by its id.
Get the mobile app by its id.
Request
- business_idstring [uuid]Required
A unique identifier for the entity.
Example:ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
- mobile_app_idstring [uuid]Required
A unique identifier for a mobile app.
Example:ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
Response
Mobile app response.
- namestringRequired
The name of the mobile app.
Length between2
and50
Example:"My Android App"
- platform_app_idstring
The unique identifier of the app, provided by the app platform.
Length between2
and120
Example:"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 between2
and255
Example:"ABCD123489"
- android_app_urlstring
The unique identifier provided by Android.
Length between2
and255
Example:"com.example.myapp"
- link_tokenstring
A unique identifying token for every Adjust link.
Length between6
and10
Example:"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
An ad account a mobile app has been shared to.
- idstring [uuid]
A unique identifier for an Ad Account.
Example:"ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"
- namestring
Name of the Ad Account.
Example:"Spotify"
Response sample
{ "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", "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" } ]}