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
1
vote
0 answers

Android Admob Native test ads not showing

I am using the Admob Native Ads template given at the documentation page in my App. The layout of the Ad is working fine but the test ads are not showing, I hope it because of the code I have used and I am showing it below, pls help me with you…
1
vote
0 answers

Will MediaView still show video ads when height is wrap_content?

I need to set height of my com.google.android.gms.ads.formats.MediaView to wrap_content, so it nicely wraps the images. Will video ads will still show?
c0dehunter
  • 6,412
  • 16
  • 77
  • 139
1
vote
0 answers

Native Ads star rating coming back as 0.0?

I have implemented Native Ads in my app. Everything works fine, except for one problem: If the app has a star rating, it always returns 0.0. Here's my code: private fun loadAd() { val builder = AdLoader.Builder(context,…
Zorgan
  • 8,227
  • 23
  • 106
  • 207
1
vote
0 answers

Native Ads vs Banner (AdMob) : Ram usage

I am trying to decide whether to switch from banners to native ads for my android application. The primary concerns are Revenue Ram Usage Since AdMob banners use WebView , the ram usage should be higher. But again, the ads sdk has gone through…
alfaCode
  • 11
  • 1
  • 3
1
vote
1 answer

Admob native ads of UnifiedNativeAdView are not clickable in Kotlin

I faced a strange bug with admob native ads. Everything works fine except that I cannot find url value for an ads on callback and that UnifiedNativeAdView is not clickable, even button inside don't go anywhere as I use admob templates. Here is the…
1
vote
0 answers

How can i show native ads in ListView android?

I need to show native ads in List-view, i search and getting the result which is not in List-view all results related to recycle view or Card-view. I also try clock-byte code but its not working also its deprecated.
1
vote
1 answer

google loads native ad banner only once

I'm implementing google native ads on android.Most of the code I copy/pasted from this example The only difference is I request bunch of ads instead of one ad.Here is load function: public void loadAds(String unitId,int count) { if…
undefined
  • 623
  • 7
  • 27
1
vote
1 answer

Quality check failing in Facebook Native Ads in Android

I am facing Facebook Quality check failing issue. I have status app which is using recycle view and Facebook Native Ads. I am getting alert on Facebook Dashboard:- I am using Ads after every 4 status and initializing Ads manager in Adapter like…
Md Mohsin
  • 1,568
  • 1
  • 18
  • 28
1
vote
0 answers

android AdMob native ads (and general) questions

I'm implementing native ads from AdMob, but it's not going well and I have a few general questions: 1) Are native ads from AdMob still in closed beta? If yes, is there a date when it will be open for the public? 2) If it's stil in beta, where do I…
murkr
  • 634
  • 5
  • 27
1
vote
1 answer

IncompatibleClassChangeError at Unified Native Ads on Android

We are getting errors constantly about unified native ads that Google kind of newly introduced and this is the documentation link. At least 0.2% of the errors are from this situation so it actually is important and I don't think it's a bug in the…
Furkan Yurdakul
  • 2,801
  • 1
  • 15
  • 37
1
vote
0 answers

How I will set ad content filtering for native ad advance in android?

Can I set ad content filtering for native ad advance? I got the below code for admob. But how I will implement this in native ad advance? Bundle extras = new Bundle(); extras.putString("max_ad_content_rating", "G"); AdRequest request = new…
spectre_d2
  • 193
  • 15
1
vote
1 answer

Facebook Native in feed ads are overlapping to each other in RecyclerView

I have an app which has Recyclerview and I want to put some facebook Native ads in between list items, like every 5 list items 1 native ad will be shown. everything is working perfectly but main problem is when I scroll down adChoice icon is being…
1
vote
1 answer

How to register UI Game Object for Native Advanced Ads Unity

I am integrating Native Advanced Ads for unity. I designed ads UI in canvas (UGUI). After designing UI registered UI Objects but they are not responding to clicks. How can I show native ads in unity ScrollView? any lead on this issue? Download…
Faisal Imran
  • 269
  • 2
  • 15
1
vote
1 answer

AdMob Native Advanced Ads in an iOS Get Received invalid response

i have download google admob test project. https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift/admob/NativeAdvancedExample this project successfully run but not show advertising. And alway call didFailToReceiveAdWithError…
sanjay damor
  • 156
  • 1
  • 8
1
vote
1 answer

Native Ads Advanced (Unified) mediation click issue with facebook

i have successfully implemented Native Ads Advanced (Unified) in my app by following this link but there is problem now when i turned on facebook mediation form admob everything is working fine facebook ads are loading but click listener is not…