Native ads is a type of advertising, that matches the form and function of the platform upon which it appears. They are similar to banners in that they're rectangular ads that you can drop into a layout and size how you like. The key difference is that you can control the ad's presentation details (things like image sizes, fonts, colors, and so on) by uploading a CSS template for your ad unit.
Questions tagged [native-ads]
217 questions
6
votes
2 answers
New admob Express Native ads fail with IllegalStateException
I've been trying to integrate express native ads to my application. In the express native ads documentation I've read that they work best when displayed with FULL_WIDTH ad size.
I tried to set my ad size to FULL_WIDTH but it fails with…

John Smith
- 844
- 8
- 26
5
votes
0 answers
Google-Mobile-Ads-SDK fails with initialization error while used in both main app and framework
I've an iOS app which has a framework in it. Framework is being used in main app. Both main app and framework need to use Google-Mobile-Ads-SDK for loading ads.
Here is podfile:
platform :ios, '10.0'
target 'MyFramework' do
use_frameworks!
…

D4ttatraya
- 3,344
- 1
- 28
- 50
5
votes
4 answers
UnifiedNativeAdView, was not found in the project or the libraries
I added the required dependency. But the Android Studio is showing the below line. Adview is showing and no other issue. I checked everything carefully, But I see the below time every time.
com.google.android.gms.ads.formats.UnifiedNativeAdView,…

Basudeb Barman
- 61
- 1
- 2
5
votes
2 answers
Problem with loading native admob ads. No ads config or Invalid Template error
I'm trying to load admob native ads but I just can't. I can't see what is the problem. Spent 3 days on search and dont know where the problem is... Here is code for loading an ads:
private void getNativeAds() {
_nativeAdmobMutable =…

Dusan Lilic
- 102
- 1
- 8
5
votes
0 answers
MyAdapter cannot be cast to com.google.android.gms.ads.NativeExpressAdView in android
I've been working in RecyclerView and Google Volley for parsing JSON. Then I added google native ads!
I following tutorial on this link
So I did change the RecyclerViewAdapter like google developers guideline!
It says that the List has to be a List…

Pankaj Lilan
- 4,245
- 1
- 29
- 48
5
votes
3 answers
Can we create ‘Native Ads’ in ionic?
I want to implement the native Ads in the ionic app. I have seen some native android apps which are using Native Ads to display Ads in the middle of the app content. I need the same functionality to display Ads in specific position of the app.…

Harish s
- 91
- 1
- 10
4
votes
2 answers
How to place Admob Native Advanced Ads in recycler view android?
I want place the admob native advanced ads in every 3 position of my recycler view in android app.
I would like to template provided by Admob.
https://github.com/googleads/googleads-mobile-android-native-templates
Here is xml code implementation of…

Rohit Kumar Sehrawat
- 213
- 1
- 5
- 17
4
votes
2 answers
Swift - Mopub Native Ad loaded successfully but it's not displaying on view
I'm trying to implement MoPub's Native Ad manually to my app in swift.
I was able to get it loaded successfully
Loan Calculator[4217:1022703] MOPUB: Successfully loaded native ad.
I have a view I created in the storyboard and it's connected…

Daniel Espina
- 614
- 11
- 24
4
votes
1 answer
AdMob Native Ads Express not receiving test ads
I am familiar with AdMob and with banner and interstials.
I'm adding native ads functionality and something weird is happening because even if using the same AdRequest as for insterstitials/banners, for banners/interstitials I am getting test ads…

Alin
- 14,809
- 40
- 129
- 218
4
votes
1 answer
Pre-load - Admob Native Ads in ListView
I've read the way to put Admob Native Ads into a Listview from here:
Putting an AdMob native ad in a listView
If my assumption is correct, then the ad will be loaded once the user scroll to the position. Is it possible to pre-load the native ads…

Suwandi Cahyadi
- 43
- 1
- 4
4
votes
2 answers
Getting Error "Request Error: No ad to show" in AdMob Native ads iOS
I have developed native adMob in my application by coping code from Sample Application given by google from below URL https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C/admob/NativeExample
I am getting: Error by using…

Vidushi
- 41
- 1
- 4
3
votes
0 answers
Xamarin.iOS Native Ads Admob - Adloader.Delegate NULL
I am trying to implement native ads in my Xamarin.ios application. My Adloader.delegate is always null and I cannot figure out how to solve this.
The application output says "Delegate does not conform to the required protocol,…

Malin
- 97
- 1
- 8
3
votes
1 answer
Swift Equivalent of Objective-C for Flutter Native Ads
I want to implement Native Ads for my Flutter project(It's using Swift, not Objective-C)
https://developers.google.com/admob/flutter/native
Interestingly there is no native ads documentation for swift in flutter. It's only for Objective-c. What is…

gurkan stack
- 413
- 1
- 15
- 43
3
votes
1 answer
Not able to display native ads in listView.builder in flutter?
Future main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp();
final initFuture = MobileAds.instance.initialize();
final adState = Adv(initFuture);
…

Siddharth Porwal
- 41
- 5
3
votes
1 answer
Admob Native Advanced Ad not showing media content?
I have the ad fetched and all content except mediaView seem to work.
Is there anything missing?
class NativeAdAdapterItem(
private val ad: NativeAd,
) : AdapterItem(ad) {
override fun bind(firstTime: Boolean,…

aryaxt
- 76,198
- 92
- 293
- 442