googleads / googleads-mobile-ios-mediation

Apache License 2.0
120 stars 137 forks source link

Vungle Bidding #333

Closed stanley-vungle closed 2 years ago

stanley-vungle commented 3 years ago

Adding the Open Bidding implementation to the AdMob adapter. GADMediationAdapterVungle now implements GADRTBAdapter instead of GADMediationAdapter. The VungleRouter implements the new VungleSDKHBDelegate. The Banner and Interstitial classes now implement their respective Mediation classes. The old interstitial class needs to remain as a router to the real adapter class, similar to the old rewarded class. The new ad format classes are moved under "Bidding". The legacy classes remain for waterfall cases. (#33)

Adding the Open Bidding implementation to the AdMob adapter. GADMediationAdapterVungle now implements GADRTBAdapter instead of GADMediationAdapter. The VungleRouter implements the new VungleSDKHBDelegate. The Banner and Interstitial classes now implement their respective Mediation classes. The old interstitial class needs to remain as a router to the real adapter class, similar to the old rewarded class. The new ad format classes are moved under "Bidding". The legacy classes remain for waterfall cases.

stanley-vungle commented 3 years ago

Thanks for the comments. I'll be working on resolving the issues today.

stanley-vungle commented 2 years ago

I had to convert the PR back to draft because I'm waiting for status from one of Vungle's internal testers.