मैयो को मीडिएशन के साथ इंटिग्रेट करना

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

The dashboard interface for maio uses Japanese text for its labels, buttons, and descriptions, and the screenshots in this guide have not been translated. However, in descriptions and instructions here, labels and buttons are referred to by their English language equivalents. "URL スキーム," for example, is "URL Scheme," and so on.

Supported integrations and ad formats

The mediation adapter for maio has the following capabilities:

Integration
Bidding
Waterfall
Formats
Banner
Interstitials
Rewarded

Requirements

  • Unity 4 or higher
  • Latest Google Mobile Ads SDK
  • 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 maio UI

सबसे पहले, अपने maio खाते में साइन अप करें या लॉग इन करें. बाईं ओर मौजूद साइडबार में, ऐप्लिकेशन मैनेजमेंट बटन पर क्लिक करें. इसके बाद, नया ऐप्लिकेशन पर क्लिक करें.

अपनी पसंद के विज्ञापन का टाइप से जुड़ा टैब चुनें.

मध्यवर्ती

अपने ऐप्लिकेशन का नाम डालें, प्लैटफ़ॉर्म चुनें, और अपने ऐप्लिकेशन का यूआरएल दें. विज्ञापन के टाइप के तौर पर, पेज पर अचानक दिखने वाले वीडियो चुनें और फिर अपडेट करें पर क्लिक करें.

Android

iOS

इनाम दिया गया

अपने ऐप्लिकेशन का नाम डालें, प्लैटफ़ॉर्म चुनें, और अपने ऐप्लिकेशन का यूआरएल दें. वीडियो इनाम को विज्ञापन के टाइप के तौर पर चुनें. इसके बाद, अपडेट करें पर क्लिक करें.

Android

iOS

ऐप्लिकेशन मैनेजमेंट पेज पर, मीडिया आईडी पर ध्यान दें. इसे अगले सेक्शन में AdMob विज्ञापन यूनिट को सेट अप करना ज़रूरी है.

Android

iOS

ज़ोन मैनेजमेंट पेज पर, ज़ोन आईडी नोट करें. अगले सेक्शन में विज्ञापन यूनिट को सेट अप करने के लिए भी AdMob की ज़रूरत होगी.

Android

iOS

(सिर्फ़ वॉटरमार्क के लिए) मीडिएशन के लिए अपने विज्ञापन यूनिट आईडी को सेट अप करने के लिए, मीडिया आईडी और ज़ोन आईडी के अलावा, आपको एपीआई आईडी और एपीआई पासकोड की भी ज़रूरत होगी. Reporting API पेज में, एपीआई आईडी और एपीआई पासकोड को नोट करें.

Step 2: Set up maio demand in AdMob UI

अपनी विज्ञापन यूनिट के लिए मीडिएशन सेटिंग कॉन्फ़िगर करना

Android

निर्देशों के लिए, Android की गाइड में दूसरा चरण देखें.

iOS

निर्देशों के लिए, iOS की गाइड में दूसरा चरण देखें.

Step 3: Import the maio SDK and adapter

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

In your Unity project editor, select Assets > Import Package > Custom Package and find the GoogleMobileAdsMaioMediation.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 maio integration.

iOS

SKAdNetwork integration

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

Step 5: Test your implementation

टेस्ट विज्ञापनों को चालू करें

पक्का करें कि आपने AdMob.

Google Mobile Ads SDK के 7.26.0 या इसके बाद के वर्शन का इस्तेमाल करने वाले पब्लिशर को अनुरोध करते समय, टेस्ट डिवाइस के तौर पर रजिस्टर किए गए फ़ोन और टैबलेट पर, maio से टेस्ट विज्ञापन अपने-आप मिलेंगे.

टेस्ट विज्ञापनों की पुष्टि करें

यह पुष्टि करने के लिए कि maioसे आपको टेस्ट विज्ञापन मिल रहे हैं, विज्ञापन जांचने वाले टूल में विज्ञापन के एक सोर्स को टेस्ट करने की सुविधा चालू करें. इसके लिए, maio (Waterfall) विज्ञापन सोर्स का इस्तेमाल करें.

Error codes

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

Android

Format Class name
Interstitial jp.maio.sdk.android.mediation.admob.adapter.Interstitial
Rewarded jp.maio.sdk.android.mediation.admob.adapter.Rewarded

iOS

Format Class name
Interstitial GADMMaioInterstitialAdapter
Rewarded GADMMaioRewardedAdapter

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

Android

Error code Reason
0-10 maio returned an SDK-specific error. See code and maio's documentation for more details.
101 Maio does not have an ad available.
102 Invalid server parameters (e.g. missing Placement ID).
103 Context used to load an ad was not an `Activity` instance.

iOS

Error code Reason
0-10 maio returned an SDK-specific error. See maio's code for more details.
101 maio does not yet have an ad available.
102 Invalid server parameters (e.g. missing Placement ID).
103 The maio adapter does not support the ad format being requested.
104 An ad is already loaded for this network configuration.

maio Unity Mediation Plugin Changelog

Version 2.0.3

Version 2.0.2

Version 2.0.1

Version 2.0.0

Version 1.4.3

Version 1.4.2

Version 1.4.1

Version 1.4.0

Version 1.3.6

Version 1.3.5

Version 1.3.4

Version 1.3.3

Version 1.3.2

Version 1.3.1

Version 1.3.0

Version 1.2.3

  • Updated the plugin to support the new Rewarded API.
  • Supports maio Android adapter version 1.1.7.0.
  • Supports maio iOS adapter version 1.4.6.0.

Version 1.2.2

  • Supports maio Android adapter version 1.1.6.0.
  • Supports maio iOS adapter version 1.4.2.0.

Version 1.2.1

  • Supports maio Android adapter version 1.1.6.0.
  • Supports maio iOS adapter version 1.4.1.0.

Version 1.2.0

  • Supports maio Android adapter version 1.1.4.1.
  • Supports maio iOS adapter version 1.4.0.0.

Version 1.1.3

  • Supports maio Android adapter version 1.1.3.1.
  • Supports maio iOS adapter version 1.3.2.0.

Version 1.1.2

  • Supports maio Android adapter version 1.1.3.0.
  • Supports maio iOS adapter version 1.3.2.0.

Version 1.1.1

  • Supports maio Android adapter version 1.1.1.0.
  • Supports maio iOS adapter version 1.3.1.1.

Version 1.1.0

  • Supports maio Android adapter version 1.1.0.0.
  • Supports maio iOS adapter version 1.3.0.0.

Version 1.0.2

  • Supports maio Android SDK version 1.0.8.
  • Supports maio iOS SDK version 1.2.19.

Version 1.0.1

  • Supports maio Android SDK version 1.0.7.
  • Supports maio iOS SDK version 1.2.19.

Version 1.0.0

  • First release!
  • Supports maio Android SDK version 1.0.6.
  • Supports maio iOS SDK version 1.2.18.