Skip to content
Ads API •References / mobile-measurement / Get the mobile app by its id.

Get the mobile app by its id.

Get the mobile app by its id.

Request

  • business_id
    string [uuid]
    Required

    A unique identifier for the entity.

    Example: ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
  • mobile_app_id
    string [uuid]
    Required

    A unique identifier for a mobile app.

    Example: ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a

Response

Mobile app response.

  • name
    string
    Required

    The name of the mobile app.

    Length between 2 and 50Example: "My Android App"
  • platform_app_id
    string

    The unique identifier of the app, provided by the app platform.

    Length between 2 and 120Example: "com.example.myapp"
  • platform
    string

    The platform for the mobile app.

    Allowed values: "IOS", "ANDROID"Example: "ANDROID"
  • ad_type
    string

    The ad type for the mobile app.

    Allowed values: "VIEW_THROUGH", "STORE_KIT"Example: "VIEW_THROUGH"
  • id
    string [uuid]

    The unique identifier for an app.

    Supported content-type(s): Example: "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"
  • ios_app_id
    string

    The unique identifier provided by iOS.

    Length between 2 and 255Example: "ABCD123489"
  • android_app_url
    string

    The unique identifier provided by Android.

    Length between 2 and 255Example: "com.example.myapp"
  • link_token
    string

    A unique identifying token for every Adjust link.

    Length between 6 and 10Example: "ABCD123489"
  • mobile_measurement_partner
    string

    The available mobile measurement partners.

    Allowed values: "KOCHAVA", "APPS_FLYER", "ADJUST"Example: "KOCHAVA"
  • dataset_id
    string [uuid]

    A unique identifier for the dataset.

    Example: "0d86b9e9-70f0-4700-a725-3417ba8786f6"
  • integration_id
    string [uuid]

    A unique identifier for the integration.

    Example: "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"
  • ad_set_count
    integer

    The number of active or scheduled ad sets using the dataset.

    Example: 0
  • is_skad_network
    boolean

    Should this mobile app be used for SKADNetwork

    Example: true
  • An ad account a mobile app has been shared to.

    • id
      string [uuid]

      A unique identifier for an Ad Account.

      Example: "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"
    • name
      string

      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"    }  ]}