teads / TeadsSDK-android

Teads SDK for Android - Premium branded "outstream" ads
13 stars 6 forks source link

TeadsAdapter in admobadapter does not implement CustomEvent #206

Closed takeharu closed 1 year ago

takeharu commented 1 year ago

I'm using the latest Mobile Ads SDK(21.4.0).

Updating tv.teads.sdk.android:admobadapter to 5.0.22, I get a compile error at the following.

val adRequest = AdRequest.Builder()
                .addCustomEventExtrasBundle(TeadsAdapter::class.java, settings.toBundle())
                .build()

This seems to be happening because TeadsAdapter in 5.0.22 does not implement com.google.android.gms.ads.mediation.customevent.CustomEventBanner.

github-maxime-liege commented 1 year ago

Hello @takeharu,

Sorry to hear that you have an error with our SDK. We now use the new API provided by Mobile Ads SDk which addNetworkExtrasBundle CustomEventBanner is deprecated in their SDK

If our documentation refers to the old implementation we will modify it soon.

Thanks for contacting us, feel free if you have any more questions.

takeharu commented 1 year ago

Hi @github-maxime-liege,

Thank you for the information. I understood and resolved.

Please close this issue.