Questions tagged [native-ads]

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.

217 questions
2
votes
0 answers

React Native personalized native ads

what needs to be done to see personalized ads using admob? I've created native ads using react-native-admob-native-ads. Can you tell me when personalized ads start working? Do i need to add my app to google store? Do i need to obtain consent with…
Killer
  • 21
  • 2
2
votes
2 answers

Facebook admob mediation SDK Causing CRASH

I recently update my app's facebook admob mediation sdk to the latest one and getting a crash because of ClassCastException the below is the stack trace i get. I am using this version of sdk. implementation…
2
votes
2 answers

AdMob native ads in React Native

What options does react native have for native ads (ios and android)? I try rnfirebase admob and there are InterstitialAd, RewardedAd, BannerAd. I need ads that appear within the content.
Ismeet
  • 419
  • 5
  • 19
2
votes
0 answers

How to place Admob Native Advanced Ads in Firebase recycler view android?

I have ViewHolder, But I am unable to integrate the native ads in this code, will you please guide me regarding the integration of the native ads in the same code? How should I integrate the Native ads in this code? public class ViewHolder extends…
2
votes
2 answers

How to Show native ads in listview.builder in flutter with pagination?

I am using below code to retrieve list in flutter application using pagination with firestore as database, which working fine. I am referring flutter_native_admob dependency for the native ads. but I am not able to get the idea how I can implement…
user13410550
2
votes
1 answer

Admob mediation native advance ads not serve Facebook audience network ads

Only show admob ads. waiting for 2 days. I set priority to FAN but no any Facebook audience network ad requests. Need additional code for native ads request ? private void loadNativeAds() { mNativeAds = new ArrayList<>(); AdLoader.Builder…
2
votes
1 answer

How to know if UnifiedNativeAd is NativeAppInstallAd or NativeContentAd?

I am using UnifiedNativeAd to display native ad. How can I know if it's NativeAppInstallAd or NativeContentAd? As per AdMob native ads policy compliance checklist, NativeAppInstallAd should always display Call To Action button while NativeContentAd…
c0dehunter
  • 6,412
  • 16
  • 77
  • 139
2
votes
0 answers

Admob Native Ad blocking UI thread

I have tried to implement Admob Native Ads into my Android App. But I have problem with this. My app has been blocking UI Thread when the ad is being loaded. I have used Native Ads for recyclerview. This is example for that which I have forked from…
Sinh Phan
  • 1,180
  • 3
  • 16
  • 36
2
votes
1 answer

simplest way to show native ads appodeal

Anybody can show here how to simplest way to show native ads appodeal? NativeAdViewAppWall = before content webview and NativeAdViewContentStream = after content webview. Thank you.
DoctorSEO
  • 75
  • 2
  • 13
2
votes
0 answers

Google AdMob: Why do native ad response fail with "no fill" when both banner and interstitial are OK?

I have both banner and interstitial ads in my app, but when trying to load additional native ads which I want to use in recylerviews, the result of the load with AdLoader.Builder(...).forUnifiedNativeAd is always :I/Ads: Received log message:…
Roar Grønmo
  • 2,926
  • 2
  • 24
  • 37
2
votes
2 answers

How to display google form for muting native ad?

I followed this guide https://developers.google.com/admob/android/native/mute-this-ad I used this code from github googlesamples too mute a Native Ad.…
Vince VD
  • 1,506
  • 17
  • 38
2
votes
3 answers

flutter - Native Ads wont load & show and also it's event callback not showing anything

While waiting for official Admob's Native Ads for a flutter, I try to integrate it using 3rd party plugin. I try using a plugin that claimed can show Admob's Native Ads here. However, the native ads wont load & show on Android Devices (iOS not yet…
questionasker
  • 2,536
  • 12
  • 55
  • 119
2
votes
1 answer

Are Native Express Ads Deprecated?

I tried implementing Native Express Ads, but for testing purposes i can't find the test ad id. I found alot of posts which just used the test id for banner ads ca-app-pub-3940256099942544/6300978111and for some reason this does work. Now my question…
Vince VD
  • 1,506
  • 17
  • 38
2
votes
3 answers

Facebook Native Ad - Native ad failed to load: No fill

I've integrated facebook native ad by following this guidelines https://developers.facebook.com/docs/audience-network/android-native It works fine on android 6 and lower versions but it Shows me No fill error with Android 7 and higher versions with…
Maitri
  • 513
  • 1
  • 3
  • 14
2
votes
0 answers

Is it allowed to Center crop admob native content ad image?

Am implementing admob native content ad in my android app. Is it allowed to Center crop admob native ad image? Here is some documentations i found. https://support.google.com/admob/answer/6240809 https://support.google.com/admob/answer/6329638 which…
jomin v george
  • 1,299
  • 11
  • 26