This article is for publishers who want to use the DT FairBid SDK to load and display ads from Mintegral.
Mintegral currently supports the following ad types:
- Interstitial
- Rewarded
To integrate Mintegral as a DT mediated network:
- Step 1: Retrieve Mintegral parameters.
- Step 2: Add Mintegral as a DT mediated network.
- Step 3: Add the Mintegral SDK to your integration.
Step 1: Retrieve Mintegral Parameters
Before retrieving Mintegral parameters, ensure that you have Mintegral ad inventory by completing the following tasks in your Mintegral dashboard:
- Create a Mintegral Account.
- Add your app to the Mintegral dashboard.
- Create Mintegral placements and ad units for your app.
To add Mintegral as a DT mediated network, retrieve the following parameters from your Mintegral account. Store these parameters in a text file for later use in Step 2 to add Mintegral as a DT mediated network.
MINTEGRAL PARAMETER | DESCRIPTION |
---|---|
APP Key |
Unique ID assigned to your app in the Mintegral dashboard |
APP ID |
Uunique identifier of the app in the Mintegral dashboard |
SKey |
The API Key used for reporting |
Secret |
Unique identifier assigned to your Mintegral user |
AD Unit ID |
Unique identifier of the ad unit associated with a Mintegral placement |
Obtaining the App Key and App ID
To obtain the APP Key
and APP ID
:
- On your Mintegral Dashboard, click the App Settings tab.
TheApp Key
andApp ID
appear on this tab.
- Copy the values, and store them in a text file. These values are required later in Step 2 to add Mintegral as a DT mediated network.
Obtaining the SKey and Secret
To obtain your Mintegral SKey
and Secret
:
- On your Mintegral Dashboard, go to Account → API Tools.
The keys display.
- Copy the keys, and store the values in a text file. These values are required later in Step 2 to add Mintegral as a DT mediated network.
Obtaining the AD Unit ID
To obtain the AD Unit ID
:
- On your Mintegral dashboard, click the Placements & Units tab.
A list of placements display as tabs.
- Click the tab for the placement associated with the ad units you want DT to mediate.
A list of AD units associated with the placement displays.
- For each ad unit you want DT to mediate, copy the
AD Unit ID
, and store the values in a text file. These values are required later in Step 2 to add Mintegral as a DT mediated network.
Step 2: Add Mintegral as a DT Mediated Network
Before you add Mintegral as a DT mediated network:
- Ensure that you have access to parameters you retrieved from Mintegral in Step 1.
- Add your App to the DT Console.
- Ensure that you have a DT Placement for each Mintegral ad type you want mediate with DT.
To add Mintegral as a DT mediated network:
- Log in to the DT Console, and click App Management.
- Create a mediated network using the Mintegral parameters you retrieved in Step 1, and click Save.
-
Create an ad network instance for each Mintegral AD unit you want DT to mediate. Use the Mintegral
AD Unit ID
you retrieved in Step 1 as the Instance ID.
Step 3: Adding the Mintegral SDK to your Integration
To integrate the Mintegral SDK, follow the instructions on the Supported Networks page.
Note
If you use Android and ProGuard, reference the Mintegral tips for integrating your ProGuard configuration.