Can we use Admob Native ads with Simple admob ads

I had previously implemented Reward ad and interstitial ad , then i imported native ad plugin and coded for native ad but then i am seeing these errors in native ad script in RequestNative() method.

‘AdLoader.Builder’ does not contain a definition for ‘ForUnifiedNativeAd’ and no accessible extension method ‘ForUnifiedNativeAd’ accepting a first argument of type ‘AdLoader.Builder’ could be found (are you missing a using directive or an assembly reference?)
So can i use both native and other ads or its either one of them that i can use.

If you want to use native ads along with banner, rewarded and interstitial, you have to use custom native build which can be downloaded from here.

https://dl.google.com/googleadmobadssdk/GoogleMobileAds-native.unitypackage

but if you don’t want to use native ads then go for the normal build of admob unity plugin found here.

2 Likes

hello can you slove this bug?

Please don’t necro-post to old threads. Start your OWN post… it’s FREE!

When you post, remember nobody here can read your mind. This means you have to communicate your technical issue 100% clearly, otherwise nobody can help.

How to report your problem productively in the Unity3D forums:

http://plbm.com/?p=220

This is the bare minimum of information to report:

  • what you want
  • what you tried
  • what you expected to happen
  • what actually happened, especially any errors you see
    - links to documentation you used to cross-check your work (CRITICAL!!!)

If you post a code snippet, ALWAYS USE CODE TAGS:

How to use code tags: https://discussions.unity.com/t/481379