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
2
votes
0 answers
Android Admob Requests 4-5 times higher than impressions
my app uses admobs native express ads, every 4th row in a recipe list is showing an ad. I preload the ads before showing them to reduce the loading time. That causes that an Ad is requested even if it is not shown and the requests are much higher…

Ben Denger
- 228
- 1
- 11
2
votes
0 answers
Adding native ads to the RecyclerView at Runtime
I'm trying to add native ads in RecyclerView. I have already seen the example provided in google samples. That example is from the list which has been already populated and then adding ad native ads to it. In my case, I am loading 10 items per API…

Vasu Pundir
- 46
- 3
2
votes
2 answers
Can i place two AdMob ads on one page (Fixed Banner and scroll able Native Ad)
I have an Activity that shows a Fixed banner that's located at the bottom of the screen and a Scroll able native ad that's inside my list view.
Is my implementation respect AdMob policy rules ?
I've already sow this, but my case is difrent here…

Ayyoub
- 4,581
- 2
- 19
- 32
2
votes
0 answers
Android Native ads in Fragment too much requests
I already created AdMob Native ads in Fragment and it works but after swiping app always request new ads and I think I'm creating too many requests.
So my question is am I really creating too many requests. If answer is yes then how could I do…

schmeedy
- 21
- 3
2
votes
0 answers
Admob native ads showing same content
I've put 4 unique native ads inside my application, but when I scroll through it and watch the Ads, I tend to notice that many times a couple of them show the exact same Ads LOL wouldnt it be better if the Ads always showed different, distinguished…

b101
- 379
- 5
- 15
2
votes
0 answers
google native ads RecyclerViewAdapter Object cannot be cast to NativeExpressAdView
I had a working RecyclerView, but then I decided to add google native ads!
So I did change the RecyclerViewAdapter like google developers guideline!
It says that the List has to be a List of Object (List

midi
- 3,128
- 5
- 30
- 47
2
votes
1 answer
NativeExpressAdView in a CardView

Steve M
- 9,296
- 11
- 49
- 98
2
votes
0 answers
Native express ads out of bounds
I implemented admob express ads in my application. I use them in listview and are implemented like this:
NativeExpressAdView adView = new NativeExpressAdView(activityContext);
AdSize adSize = new AdSize(AdSize.FULL_WIDTH, 150);
…

Tadej Vengust
- 1,351
- 4
- 18
- 35
2
votes
1 answer
NativeExpressAdView set adSizeto work on all sizes
I am implementing native express ads in my app and I have a problem with setting the ad's width. While the height is pretty much straight forward, the width gives me trouble:
I've tried setting it like this:
adView.setAdSize(new AdSize((int)…

Alin
- 14,809
- 40
- 129
- 218
2
votes
1 answer
Android Facebook Native ads error: 1001 no fill
I am getting the error 1001 No Fill when trying to load real ads for testing. I'm able to load test ads by adding AdSettings.addTestDevice(deviceId); and have fulfilled the steps as per Facebook testing guide:
Native Facebook Apps installed in…

Beeing Jk
- 3,796
- 1
- 18
- 29
2
votes
1 answer
How to add native ad in between my gridview items (RecyclerView)?
I have implemented a gridlayout using recycler view . I need to implement the native ad in between of the grid items. I tried it but i was getting the native ads on top of my gridview items.
public class Event_Discover_Combined_Adapter extends…
user5636035
2
votes
0 answers
Swift. Creating a google native ad in SpriteKit
I'm trying to create a google native ad in my SpriteKit game but when I run my code nothing happens, any idea why?
nativeAd = GADNativeExpressAdView(frame: CGRect(x: 0, y: 0, width: self.frame.width / 750 * 600, height: self.frame.width / 750 *…

Benja0906
- 1,437
- 2
- 15
- 25
2
votes
1 answer
AdMob ads takes time to load in android
I have integrate admob native express ads in my android application but ads take some time to load.
please suggest how to decrease ads loading time on activity.
Thanks

Vishnu
- 711
- 2
- 6
- 11
2
votes
1 answer
Is it possible to mediate AdMob native ads through MoPub?
I have been moving towards native ads but my fill rate isn't great. I'm already mediating several native ad networks through MoPub on Android but I haven't a good example on how to mediate AdMob native ads through it. Is it even possible? the AdMob…

casolorz
- 8,486
- 19
- 93
- 200
2
votes
1 answer
NativeExpressAdView - Failed to load ad: 0
I use NativeExpressAdView but I can't get ad within this warning:
06-15 09:47:32.557 13810-14512/com.bangdev.wifichua W/Ads: There was a problem getting an ad response. ErrorCode: 0 06-15 09:47:32.557 13810-13810/com.bangdev.wifichua W/Ads: Failed…

thuat26
- 41
- 6