Create an Application in Pangle
The Pangle account needs to contact the platform AM to open overseas permissions before using Pangle to cash out in overseas regions.
1. Log in to the Pangle platform, click 'Applications' and select '+ Add'.
2. After filling in the application information, click 'Submit'.
- App URL – If your App attribute is Live, please fill in the app store download address.
- Category – Select the industry corresponding to the application to improve the matching degree of the advertisement.
- Blacklists - You can set shielding rules in the new rules: shielding keywords, package names, and industries.
- App Name – Enter a custom name for your application.
- Child Protection – There are certain regulations on the protection of children's privacy. For details, please refer to the Pangle Help Center.
Add Placement
1. Select the application you created, select 'Ad Placements' and click '+ Add'.
2. Select the ad type, fill in the relevant information and click 'Submit'.
The meaning of each field in the ad unit
- App – Select the application that needs to add ad unit.
- Orientation – Ad display style.
- Rewards Name - Fill in the reward name of the rewarded video ad.
- Rewards Quantity - Fill in the number of rewards for rewarded video ads.
- Rewards Deliver Setting - No server callback or Need server callback.
- Blacklist Management - Set blocking rules.
- Ad Placement Name –You can define the name of your ad unit yourself, we suggest you name it: Placement ID_Ad Network Name_ Country_Floor Price.(E.g: 6539_Pangle_USA_40)
OpenMediation Platform Configuration
Ad Network
1. Enter the OpenMediation publisher platform, click on Ad Network → click Edit behind Pangle.
2. After filling in the relevant information, click Save.
-
App ID: You can get your App ID in the Pangle platform select Application.
-
Currency: Select the corresponding currency unit in your Pangle report module.
-
User ID: You can get your User ID in the upper right corner of the Pangle platform.
- Security-Key: You can access the central module in the Pangle platform, and obtain the Security-Key at the data and content receiving point. If you do not have a Security-Key, please contact the pangolin staff to obtain it.
Add Instance
1. Click Mediation → Ad unit → Add Instance.
2. After filling in the relevant information, click Save.
-
Ad Netwrok: Select Pangle.
-
Instance Name: You can define the name of your ad unit yourself, we suggest you name it: Placement ID_Ad Network Name_ Country_Floor Price.(E.g: 6539_Pangle_USA_40)
-
Unit ID: You can get Unit ID in the Pangle platform select Application.
Pangle Test Mode
When your application status is Testing, all requests for code bits will be filled as test ads. For details, please refer to the Pangle Help Center.
Add the Pangle SDK&Adapter to Your Build
Android
1. Add the Pangle SDK
- Add the following to your project-level gradle file inside repositories section.
allprojects {
repositories {
maven {
url 'https://artifact.bytedance.com/repository/pangle'
}
}
}
- Add to your application-level build.gradle file.
implementation 'com.pangle.global:ads-sdk:+'
implementation "com.google.android.gms:play-services-ads-identifier:+"
Note: The Pangle non-China SDK and China SDK cannot be used at the same time.
2. Add the Pangle Adapter
OpenMediation supports both Gradle dependencies and Manual download mechanisms.
Gradle dependencies
- Add the following in your application-level build.gradle file.
implementation 'com.openmediation.adapters:tiktok:+'
Manual download
- Download the Pangle Adapter from here.
- Add the Pangle Adapter to Your Project.
3. For Proguard Users Only
If you are using ProGuard with the Pangle adapter, you must add the following code to your ProGuard configuration (Android Studio: proguard-rules.pro or Eclipse: proguard-project.txt):
-keep class com.bytedance.sdk.openadsdk.** { *; }
Comments
Article is closed for comments.