Mintegral'ı uyumlulaştırma ile entegre etme

This guide shows you how to use the Google Mobile Ads SDK to load and display ads from Mintegral using mediation, covering both waterfall and bidding integrations. It covers how to add Mintegral to an ad unit's mediation configuration, and how to integrate the Mintegral SDK and adapter into a Unity app.

Supported integrations and ad formats

The AdMob mediation adapter for Mintegral has the following capabilities:

Integration
Bidding
Waterfall
Formats
App Open  1
Banner
Interstitial
Rewarded
Rewarded Interstitial

1 Bidding and waterfall integrations for app open ad format are in closed beta.

Requirements

  • Latest Google Mobile Ads SDK
    • Unity 5.6 or higher
    • To deploy on Android
      • Android API level 21 or higher
    • To deploy on iOS
      • iOS deployment target of 12.0 or higher
    • A working Unity project configured with the Google Mobile Ads SDK. See Get Started for details.
    • Complete the mediation Get started guide

Step 1: Set up configurations in Mintegral UI

Mintegral hesabınıza kaydolun veya giriş yapın.

Uygulama Anahtarını Bulun

APP Ayarı sekmesine gidin ve APP Anahtarı'nı not edin.

Yeni bir uygulama ekle

APP Ayarı sekmesinden UYGULAMA ekle düğmesini tıklayın.

Platformu seçin ve formun geri kalanını doldurun. Ardından Kaydet'i tıklayın.

Android

iOS

Uygulamanızın UYGULAMA KİMLİĞİNİ not edin.

Android

iOS

Reklam yerleşimi oluşturma

Uygulamanız oluşturulduktan sonra Yerleşimler ve Birimler sekmesine gidin ve aşağıda gösterilen Yerleşim Ekle düğmesini tıklayarak reklam yerleşiminizi oluşturun.

Android

iOS

Bir Yerleşim Adı ve Reklam Biçimi girin.

Teklif

Teklif Türü olarak Başlıktan Teklif Alma (Header Bidding)'i seçin. Formun geri kalanını doldurun ve Kaydet'i tıklayın.

Şelale

Teklif Türü olarak Geleneksel'i seçin. Formun geri kalanını doldurun ve Kaydet'i tıklayın.

Reklam yerleşiminiz oluşturulduktan sonra, Yerleşim Kimliğini not edin.

Android

iOS

1 AD Units (1 Reklam Birimi) açılır menüsünü tıklayın ve AD Unit ID'yi (Reklam Birimi Kimliğini) not edin.

Android

iOS

Mintegral Reporting API Anahtarınızı Bulma

Teklif

Bu adım, teklif entegrasyonları için gerekli değildir.

Şelale

AdMob Reklam birimi kimliğinizi oluşturmak için Mintegral Reporting API Anahtarınıza ihtiyacınız olacak. Account (Hesap) > API Tools'a (API Araçları) gidin. Skey ve Secret'ı not edin.

Step 2: Set up Mintegral demand in AdMob UI

Reklam biriminiz için uyumlulaştırma ayarlarını yapılandırma

Android

Talimatlar için Android kılavuzunun 2. adımına bakın.

iOS

Talimatlar için iOS rehberinin 2. adımına göz atın.

Add Mintegral to GDPR and US state regulations ad partners list

GDPR ayarları ve ABD eyalet düzenlemeleri ayarları bölümündeki adımları uygulayarak AdMob kullanıcı arayüzünde GDPR ve ABD eyalet düzenlemeleri reklam iş ortakları listesine Mintegral ekleyin.

Step 3: Import the Mintegral SDK and adapter

Download the latest version of Google Mobile Ads mediation plugin for Mintegral from the download link in the Changelog and extract the GoogleMobileAdsMintegralMediation.unitypackage from the zip file.

In your Unity project editor, select Assets > Import Package >Custom Package and find the GoogleMobileAdsMintegralMediation.unitypackage file you downloaded. Make sure that all the files are selected and click Import.

Then, select Assets > Play Services Resolver > Android Resolver > Force Resolve. The Unity Play Services Resolver library will perform dependency resolution from scratch and copy the declared dependencies into the Assets/Plugins/Android directory of your Unity app.

Step 4: Add required code

Android

No additional code is required for Mintegral integration.

iOS

SKAdNetwork integration

Follow Mintegral's documentation to add the SKAdNetwork identifiers to your project's Info.plist file.

Step 5: Test your implementation

Test reklamlarını etkinleştir

AdMob.

Mintegral; banner'lar, geçiş reklamları, ödüllü ve yerel reklam biçimlerinde Mintegral test reklamları almak için Mintegral Test ID sayfası.

Test reklamlarını doğrulama

Mintegralreklam kaynağından test reklamları aldığınızı doğrulamak için Mintegral (Bidding) and Mintegral (Waterfall) reklam kaynaklarını kullanarak reklam inceleyicide tek reklam kaynağı testini etkinleştirin.

Error codes

If the adapter fails to receive an ad from Mintegral, publishers can check the underlying error from the ad response using ResponseInfo under the following classes:

Android

com.mbridge.msdk
com.google.ads.mediation.mintegral.MintegralMediationAdapter

iOS

GADMediationAdapterMintegral

Here are the codes and accompanying messages thrown by the Mintegral adapter when an ad fails to load:

Android

Error code Domain Reason
101 com.google.ads.mediation.mintegral Invalid server parameters (e.g. Missing app ID or placement ID).
102 com.google.ads.mediation.mintegral The requested ad size does not match a Mintegral supported banner size.
103 com.google.ads.mediation.mintegral Missing or invalid bid response.
104 com.google.ads.mediation.mintegral Mintegral SDK returned a no fill error.

iOS

Error code Domain Reason
101 com.google.mediation.mintegral Invalid server parameters (e.g. Missing app ID or placement ID).
102 com.google.mediation.mintegral Mintegral SDK returned a no fill error.
103 com.google.mediation.mintegral Mintegral SDK failed to show an ad.
104 com.google.mediation.mintegral The requested ad size does not match a Mintegral supported banner size.

Mintegral Unity Mediation Plugin Changelog

Version 1.7.0

Version 1.6.5

Version 1.6.4

Version 1.6.3

Version 1.6.2

Version 1.6.1

Version 1.6.0

Version 1.5.0

Version 1.4.0

Version 1.3.0

Version 1.2.1

Version 1.2.0

Version 1.1.0

Version 1.0.0