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
0
votes
0 answers
How to embed Admob Native Ads and Interstitial Ads in Recyclerview + Cardview with GridLayout
I am reaching out for help as I am exhausted from watching Video to Video and Group to Group for help. Whenever I am embedding the codes, the app is continually crashing.
In the Recyclerview + Cardview with GridLayout.I am trying to embed Admob…

uSamvad
- 1
- 1
0
votes
2 answers
AdMob native ad does not show AdChoices icon
I'm running the example app for native advanced ads from the official repo.
https://github.com/googleads/googleads-mobile-android-examples/tree/master/kotlin/admob/NativeAdvancedExample
When I run it I see ads:
but as you can see it does not show…

TpoM6oH
- 8,385
- 3
- 40
- 72
0
votes
0 answers
UWP NativeAd returns NoAdAvailable on calling RequestAd for real values
I am using Native Ads for my UWP app. The app works well with the test ad ids. However, when I put in real values for publishing (note the problem I am describing is for published app, and I downloaded the app from the Windows Store), it always…

Luke Vo
- 17,859
- 21
- 105
- 181
0
votes
1 answer
Can we adjust the size of native ad to whatever we want?
My Question is simple. I just want to ask can we adjust the size of any native ad whatever we want. For example we want the size of ad 80dp * 80dp. Can we set that?
Thanks for any kind of Help.

Shahroz javaid
- 169
- 1
- 1
- 12
0
votes
2 answers
native ad appodeal test
i just learn native ad with simple code and try to test run appodeal native ad. but theres no test-ad showd.
Appodeal.setAutoCache(Appodeal.NATIVE, false);
Appodeal.initialize(this, "apikey", Appodeal.NATIVE);
Appodeal.cache(this,…

MB Relawan
- 21
- 10
0
votes
1 answer
Use of undeclared type 'GADUnifiedNativeAdLoaderDelegate'
I am trying to make a demo of this ads. While i follow this tutorial. Getting this error Use of undeclared type 'GADUnifiedNativeAdLoaderDelegate'. I am using the latest version of GoogleMobileAds.framework.
AppDelegate
import Firebase
func…

Pramod Tapaniya
- 1,228
- 11
- 30
0
votes
0 answers
NativeAppInstallAdView reference is always coming null when inflating in fragment dynamically
Below is the xml which I am inflating dynamically in Fragment. However when I am doing this,
NativeAppInstallAdView add = (NativeAppInstallAdView) contentView.findViewById(R.id.adView);
The add reference is coming null where other views…

Rocket
- 11
- 1
- 5
0
votes
1 answer
amazon native shopping ads vs adblock
On my Wordpress site which is affiliating with Amazon associate, i have many native shopping ads for products, that normally displays the products pictures with their names and the prices.
Lately, i activated ublock origin on my browser, then i…
0
votes
1 answer
Admobs native ads no ads unit
After implementing native ads by following this codelab every thing worked, then I integrated it into my app, it shows the test ads perfectly, but when I want to deploy I head to https://apps.admob.com to create my ads unit and app id to replace the…

philipsniche
- 23
- 7
0
votes
0 answers
Flurry Native ADs Delegate method not called
Hello i have implemented flurry native ads in my ios app. But its delegate method is not called so could not display the ads. I have also downloaded the demo code from here. its working fine but same implementation is not working in my app. Below is…

KI Apple
- 47
- 8
0
votes
0 answers
"No fill" error in Facebook Audience SDK no matter what I do
Im trying to impletent native ads, and no matter how minimal my implementation I always get "no fill" error.
I am using my phone.
I do have native app installed.
I am logged in with the same account that im developer with
I do not have personalised…

urSus
- 12,492
- 12
- 69
- 89
0
votes
1 answer
Android - Native ad refreshes everytime it comes to focus
I have implemented a native ad in my ListView, it works fine but reloads every time it comes to focus. Is there any way I can hold the instance or the view so it doesn't reload every time. Or can I block the recreation of the view?
class…

cht
- 319
- 3
- 13
0
votes
1 answer
Android Facebook Native ads error: 1001 no fill on user device
Our application use Facebook Native Ad via mediation platform Mopub, and it works good, but we should move to another platform.
I've replaced SDK platform, using the same placementId and app_id and tested my application as Developer.
Everything…

Rokhlin Anton
- 1
- 1
- 2
0
votes
1 answer
Issue with Admob NativeExpressAdView in Recyclerview Implementation
I have already done lot of googling before asking this question here.
I have integrated NativeExpressAdView in my Recyclerview as described here in this google example and it is working fine too. But issue is, in this example project, they are…

Rajen Raiyarela
- 5,526
- 4
- 21
- 41
0
votes
1 answer
Native Ad Express Admob only shows if I specify the width and height to a certain dp
I'm having a problem with my Native Ad. The ad will appear if I specify the ad to be 320x80. But I need the width to be different for different devices so I am trying this:

Sam
- 1,207
- 4
- 26
- 50