This documentation explains how to configure HyBid SDK adapters in the Google Ad Manager 360 for the waterfall mediation scenario. Documentation covers:
- Platforms: iOS and Android
- Inventory sizes: 320x50, 300x250, 320x480
Please refer to the mapping table below for the relevant Custom Events.
Create a New Mobile App
Create a New Mobile App
In the Inventory section, create a new mobile app that you would like to monetize:
Share App ID for this app with your mobile developer. (It would be in the format ca-app-pub-...~....)
Create a New Ad Unit
Create a New Ad Unit
In the Inventory section, create ad unit with relevant size:
Supported sizes are:
- 320x50
- 300x250
- 320x480
In the Ad unit section, create Mobile application tag:
[block:image] { "images": [ { "image": [ "https://files.readme.io/833db72-Screenshot_2021-03-15_at_14.00.02.png", "Screenshot 2021-03-15 at 14.00.02.png", 1380, 902, "#333" ] } ] } [/block]
Share the tag details with your mobile developer. (It would be in the format/219576711/iOS_320x50_mediation)
[block:image] { "images": [ { "image": [ "https://files.readme.io/25db11a-Screenshot_2021-03-15_at_14.00.22.png", "Screenshot 2021-03-15 at 14.00.22.png", 1272, 1318, "#333" ] } ] } [/block]Create a New Mobile Application Tag
Create a New Company and New Ad Network
Create a New Company and New Ad Network
In the Delivery section, go to Yield Groups and create a new yield group.
For this step, you would need to create first: New Ad network (e.g. can be called V-test-adnetwork)
At this step you might need to create a new company. You can create Ad Network -> Choose Other Company -> Enable Mediation:
Create a new yield group
Create a new yield group
Add a new yield partner:
Choose:
- Yield Partner: Network from previous step
- Integration type: Custom Event
- Status: Active
- Default CPM: Setup CPM to match waterfall position
- Override dynamic CPM: ✅
- Label: Add a name for reporting
- Class Name:
HyBidGADBannerCustomEvent(Please refer to the mapping table below) - Parameter: Should be obtained from account manager (e.g.
{"pn_app_token": "3e98d63843d8437c8d35a05edab557dd", "pn_zone_id": "1"}
Create a new yield group and target the mobile app and inventory size:
Save yield group:
Mapping table for Custom Events
Mapping table for Custom Events
| Platform | Ad Unit Size | Custom Event |
|---|---|---|
| iOS | 320x50 | For Google Mobile Ads SDK Pre For Google Mobile Ads SDK |
| iOS | 300x250 | For Google Mobile Ads SDK Pre For Google Mobile Ads SDK |
| iOS | 320x480 | For Google Mobile Ads SDK Pre For Google Mobile Ads SDK |
| Android | 320x50 | net.pubnative.hybid.adapters.admob.mediation.HyBidMediationBannerCustomEvent |
| Android | 300x250 | net.pubnative.hybid.adapters.admob.mediation.HyBidMediationMRectCustomEvent |
| Android | 320x480 | net.pubnative.hybid.adapters.admob.mediation.HyBidMediationInterstitialCustomEvent |
