文档

​
​

Development

User Acquisition

Monetization

工业

ironSource Ads

Android SDK

iOS SDK

ironSource Ads

此页面不支持所选语言。
ironSource Ads
​
​
Monetization
  • Get started
  • Measurement and reports
  • APIs
    • Authentication
    • Reporting
    • Impression level revenue
    • Application
    • Instances
  • SDK
  1. 实现游戏增长
  2. ironSource Ads
  3. ironSource Ads monetization

Application API

Use the Application API to programmatically manage your apps on the ironSource platform, including creation, updates, and settings adjustments.
阅读时间1 分钟
最后更新于 1 年前

Use this API to get and create applications on ironSource's dashboard.

Get apps

Description

Use this API to retrieve a list of all of your apps. The response will include the detailed parameters as described in the table above

Authentication type

Bearer API authentication

Method

GET:
platform.ironsrc.com/partners/publisher/applications/v6?
Required parameters: None Request example URL: https://platform.ironsrc.com/partners/publisher/applications/v6?

Optional parameters

To reduce the amount of applications returning in response, filter results by adding the following parameters:

Filter parameter

Description

Value

platform
Operation systemiOS / Android
appStatus
Application activation statusActive / archived

Request example URL

https://platform.ironsrc.com/partners/publisher/applications/v6?appStatus=active

Response parameters

Name

Description

appKey
application Key (as seen on our platform)
appName
the application name
appStatus
app status can be active or inactive
platform
iOS or Android
bundleId
the store bundle id
trackId
the application store track id (iOS only)
taxonomy
the application sub-genre.
creationDate
the date the application was added to ironSource platform
icon
the application icon (fetch from the store)
adUnits
includes the active ad networks names per ad unit
networkReportingApi
includes the active ad network's reporting API status
coppa
The COPPA settings of the application (true=1/false=0)
ccpa
the CCPA settings of the application (true=1/false=0)

JSON example response

[ { "appKey": "6be7c3bd", "appName": "puzzl2999", "appStatus": "active", "platform": "Android", "bundleId": "unknown", "taxonomy": "Bingo", "creationDate": "01/01/2020", "icon": "https://local.supersonicads.com/ssastatic/partners/assets/images/appDefaultIcon.v3.png", "adUnits": { "rewardedVideo": { "activeNetworks": [ "ironSource" ] }, "offerWall": { "activeNetworks": [ "ironSource" ] }, "interstitial": { "activeNetworks": [ "ironSource" ] }, "banner": { "activeNetworks": [ "ironSource" ] } }, "networkReportingApi": { "ironSource": "verified" }, "bundleRefId": 0, "coppa": 1, "ccpa": 1 }, { "appKey": "6be7e081", "appName": "puzzl2999666", "appStatus": "active", "platform": "Android", "bundleId": "unknown", "taxonomy": "Bingo", "creationDate": "01/01/2020", "icon": "https://local.supersonicads.com/ssastatic/partners/assets/images/appDefaultIcon.v3.png", "adUnits": { "rewardedVideo": { "activeNetworks": [ "ironSource" ] }, "offerWall": { "activeNetworks": [ "ironSource" ] }, "interstitial": { "activeNetworks": [ "ironSource" ] }, "banner": { "activeNetworks": [ "ironSource" ] } }, "networkReportingApi": { "ironSource": "verified" }, "bundleRefId": 0, "coppa": 1, "ccpa": 0 }]

Create app

Description

Use this API to create an app on ironSource platform. When creating an app using the app creation API we automatically create each one of the supported ad units (Rewarded Video, Interstitial, Banner, Offerwall) on 'Off' status - unless requested otherwise.

Authentication type

Bearer API authentication

Method

POST
platform.ironsrc.com/partners/publisher/applications/v6?

Required parameters for creating a live app

Name

Type

Description

storeUrl
Stringthe store URL of the app
taxonomy
Stringthe application sub-genre.
coppa
Integerthe coppa status of the application (true = 1 / false = 0)

Required parameters for creating an app that isn't live in the store

Name

Type

Description

appName
Stringthe application name
platform
StringiOS or Android
coppa
Integerthe coppa status of the application (true = 1 / false = 0)

Optional parameters

Name

Type

Description

adUnit:status
String"RewardedVideo": "Live" 
ccpa
Integerthe the ccpa status of the application (true = 1 / false = 0)

Request example URL**

https://platform.ironsrc.com/partners/publisher/applications/v6?

Request example body for creating a live app

{ "storeUrl": "https://apps.apple.com/us/app/time-gap-hidden-objects/id661173158", "taxonomy": "puzzle", "appName": "puzzleApp", "coppa":1, "ccpa":0, "adUnits": { "RewardedVideo": "Live", "Interstitial": "Live", "OfferWall": "Off", "Banner": "Live", "NativeAd": "Live" }}

Request example body for creating an app that isn't live in the store

{ "appName": "MyTestAppiOS", "platform": "iOS"}

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Get apps

      • Description

      • Authentication type

    • Method

      • Optional parameters

      • Request example URL

      • Response parameters

      • JSON example response

    • Create app

      • Description

      • Authentication type

      • Method

      • Required parameters for creating a live app

      • Required parameters for creating an app that isn't live in the store

      • Optional parameters

      • Request example URL**

      • Request example body for creating a live app

      • Request example body for creating an app that isn't live in the store


报告此页面的问题