Skip to content
Ads API •References / mobile-measurement / Create mobile app

Create mobile app

Create a mobile app.

Request

  • business_id
    string [uuid]
    Required

    A unique identifier for the entity.

    Example: ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
    • 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

Mobile app created.

  • 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