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
0
votes
1 answer

google admob doesn't load native advertisement for real id

I am trying to add native admob advertisement on my application, When I am testing with sample advertisement unit id for Native Advanced: ca-app-pub-3940256099942544/2247696110, it works, I am getting advertisement on my application but When I try…
Diego
  • 937
  • 8
  • 24
0
votes
0 answers

Native ads not appearing in release build of android app

I have integrated native ads in my android application, besides banner. I can see the banner ads and even interstitial ads in the released apk, but native ads appear as empty box. These ads however do appear in the debug apk. Not sure if proguard is…
Kaps
  • 2,345
  • 2
  • 26
  • 37
0
votes
1 answer

can't show admob native advanced ad inside RecyclerView

I want to show an advanced native ad inside a RecyclerView this is the code I have tried inside the adabter override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): RecyclerView.ViewHolder { return when (viewType) { …
Omar Qataberi
  • 117
  • 1
  • 11
0
votes
1 answer

Refreshing Native ads

Refreshing ads We recommend that you have ads persist for 60 seconds or longer, depending on the functionality of your app. Our internal tests have shown that this ensures users have enough time to engage with ads, providing the best…
Vince VD
  • 1,506
  • 17
  • 38
0
votes
0 answers

Admob Native Advanced -> Smart banner compatible template

I have read about those templates at : https://github.com/googleads/googleads-mobile-android-native-templates like Google recommends here to use them, but there are only two options which are too big comparing with normal banners or smart…
EAK TEAM
  • 5,726
  • 4
  • 30
  • 52
0
votes
0 answers

unifiedNativeAd's call-to-action button not working inside of RecyclerView

I am showing a set of unifiedNativeAds in a RecyclerView. Actually, I have no problem with this. I mean, everything works fine, except for the call-to-action button. If I click on it nothing happens. I am storing the set of unifiedNativeAds inside…
0
votes
1 answer

How to integrate Admob Native Ads in Android Groupie recyclerview

I am looking for any example to add Native Ads in Groupie. My code for adding items in recyclerview is: recycler_view_user.apply { layoutManager = LinearLayoutManager(this@UserFragment.context) adapter = GroupAdapter().apply {…
ALi
  • 430
  • 7
  • 19
0
votes
0 answers

Admob Advanced Native ads Cause crash on click of item in A RecyclerView

Below is my code snippets. 1) CustomAdapter public class CustomAdapter extends RecyclerView.Adapter { // A menu item view type. private static final int MENU_ITEM_VIEW_TYPE = 0; // The unified native ad view…
0
votes
0 answers

Admob native ads with xamarin: 'Ad failed to load : 0'

This issue only occurs with my implementation of native ads. Banner ads work fine. I adapted the custom renderers from this blog to work with native ads. I used test ad unit IDs. Here is my custom renderer for Android: [assembly:…
mahclark
  • 305
  • 1
  • 2
  • 10
0
votes
1 answer

Native ad mute reasons not showing?

For some reason when i try to mute the native ad, it returns an empty dialog with no reasons for muting the native ad. I got the code from here…
Vince VD
  • 1,506
  • 17
  • 38
0
votes
1 answer

can i store google native ad on array?

i am using google Nativead on my collectionview, First i request for ad then i got five ad at a time then all ad are store in single array like For example var nativeAds = [GADUnifiedNativeAd]() func adLoader(_ adLoader: GADAdLoader, didReceive…
ikbal
  • 1,114
  • 1
  • 11
  • 30
0
votes
1 answer

Admob ads failed to load in android

I am trying to add Native Ads in my android app. But I am continually getting error Failed to load ad with error code 3. I have tried it with other test Ad units and in that case my code is working fine, ads are displaying. But when I am trying to…
priyanka kataria
  • 417
  • 5
  • 17
0
votes
0 answers

Facebook's NativeAdsManager gives always the same ad

I'm using Facebook's NativeAdManager for Android as intended: nativeAdsManager = new NativeAdsManager(context, "my_placement_id", 3); which should load me 3 different ads, and them allow me to get them in my adapter using: NativeAd adItem =…
danielnovais92
  • 633
  • 3
  • 8
  • 19
0
votes
0 answers

Facebook native 5 ads show on Recyclerview in android

When i use this below link facebook native ads adapter it shows multiple ads in recyclerview how to set 5 ads in…
User
  • 1
  • 1
0
votes
1 answer

FaceBook Native ads is not loading in iOS?

I am trying to implement Facebook native ads on my device. Test ads are working fine. However, production ads are not showing. It does displays an error showing DiskCookieStorage changing policy from 2 to 0,cookie file:…
fAiSaL
  • 754
  • 1
  • 10
  • 29