Pangle Integration Guide

This guide instructs you step-by-step on how to set Pangle live on Unity LevelPlay mediation.

Before you start Pangle serves ads to users in : Japan, South Korea, Taiwan, Thailand, Philippines, Singapore, Cambodia, Vietnam, Malaysia, Saudi Arabia, United Arab Emirates, Egypt, Turkey, Indonesia Canada, Argentina, Chile, Peru, Colombia, Brazil, Mexico, Belarus, Ukraine, Israel, Kazakhstan, Russia, Australia, New Zealand, South Africa, Pakistan, Kuwait, Iraq, Morocco, Qatar, Jordan, Oman, Bahrain, Uruguay ,Ecuador and Lebanon (iOS & Android, bidding & non-bidding)

Step 1. Create a Pangle account

To access Pangle’s ad inventory through Unity LevelPlay, you must create an account with Pangle. You can do so here.

Step 2. Create an application in Pangle 

Next, add the app in your Pangle account.

Add Your App

  1. Log into your Pangle account. On your dashboard, hover ‘Applications and click ‘Add’

  2. Add your app or select an existing app to monetize.

Step 3. Activate Pangle in your ironSource network setup module

Serving Pangle’s ads through the Unity LevelPlay has never been this easy. Sign in to your Pangle account when setting up Pangle on the ironSource SDK Networks setup page and insert all the necessary parameters to run Pangle Interstitials and Rewarded Videos!

Account Settings

App Settings

There are parameters from your Pangle account that you’ll need to enter into your ironSource network setup module so Pangle can connect with ironSource:

User ID
The unique ID assigned to your user on
Pangle’s dashboard.
API Key
Key generated by Pangle for reporting API purposes (Called API key in Pangle platform)
Application ID
The unique ID assigned to your app on
Pangle’s dashboard.
Placement ID
The unique ID assigned to the ad you have created on Pangle’s dashboard.


Once you obtain this information, configure Pangle’s parameters in your ironSource account. By adding the above information correctly, you’ll be able to take full advantage of Pangle’s ad inventory and reporting data on the ironSource platform.

User ID

Once you logged in to your Pangle account, you’ll find your User ID on the top right corner of the dashboard


APi key

Application ID

Once you’ve created an application in the Pangle dashboard (as described in step 2), you’ll find your Application ID under ‘Apps‘ (hover ‘Applications and click ‘Apps’).

Placement ID

Once you’ve created an application in the Pangle dashboard, you’ll need to include ads. Hover over ‘Application and click ‘Ad placements.
Add your placement manually or select an existing placement to get its Placement ID.

Step 4. Add the Pangle adapter to your build

Unity Integration Manager (Recommended)

Once you’ve completed SDK integration, you can download Pangle Adapter, using the Unity Integration Manager.

In your Unity Development platform, go to ironSource > Integration Manager

If you already have the latest version of the adapters, the action button will be changed to “Updated”, and will be disabled.

Android (Manual Resolve)
To apply your changes, make sure you use the “Resolve” process. This will download all relevant artifacts, according to your choices. For detailed information see instructions here

For ProGuard Users Only

If you are using ProGuard with Pangle adapter, you must add the following code to your ProGuard file:

-keep class com.bytedance.sdk.** { *; }

Android Plugin Manual Integration

  1. Download the Pangle Adapter for Android:
    Download Pangle adapter from here.
  2. Add the Pangle file to your Unity project:
    Import the file into Assets/Plugins/Android/.

iOS Plugin Manual Integration

  1. Download the Pangle iOS adapter and SDK: 

    Download the adapter and SDK from here.

  2. Add the Pangle files to your Unity project:

    Import adapter and SDK frameworks into Assets/Plugins/iOS.

    Our Unity Plugin adds the necessary frameworks automatically to your Xcode project.

Step 5. Pangle Additional Settings

Set COPPA

Unity LevelPlay lets publishers communicate Pangle COPPA settings directly to the Pangle network. This feature is enabled using ironSource SDK 6.17.1+, Pangle Unity Adapter 4.1.7+.

Use the following syntax, to set Pangle COPPA with the value 1, to report Child:

 IronSource.Agent.setMetaData("Pangle_COPPA","1");

Use the following syntax, to set Pangle COPPA with the value 0, to report Adult:

 IronSource.Agent.setMetaData("Pangle_COPPA","0");

To learn more about age-restrictions settings Under Pangle network visit here.

Verify Your Ad Network Integration

The ironSource SDK provides an easy way to verify that your mediation integration was completed successfully. To verify your ironSource and additional ad networks’ integration, follow this document.

Done!
You are now all set to deliver Pangle within your application!