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

NativeAdExpressView inside RecyclerView

I have a RecyclerView with following Adapter class. Now I want to implement NativeAdExpressView inside the RecyclerView. Every 11th element of the RecyclerView should be an Ad. Which is the best method to add Ads using the below Adapter…
Nidhin Radh
  • 131
  • 2
  • 2
  • 11
0
votes
0 answers

Facebook NativeAd example not showing anything

I followed instruction https://developers.facebook.com/docs/audience-network/android-native to implement nativeAd in my app. According to this example, example ad should look like this Mine look like this MainActivity private NativeAd…
Skyyy
  • 1,539
  • 2
  • 23
  • 60
0
votes
1 answer

Admob Native ads crashing when clicked in RecyclerView

I have an activity showing recyclerView along with Native Admob ads. The ads are loading and everything is working perfect but when someone clicks on the ad, the app gets crashed. Also the crash does not happen everytime but around every 5 times out…
Mehul Kanzariya
  • 888
  • 3
  • 27
  • 58
0
votes
1 answer

How to implement admob native express ad in recyclerview using FirebaseRecyclerAdapter

I wanna know that to implement admob native express ad in recyclerview using FirebaseRecyclerAdapter, please give the answer in detail if you're able to, thanks in advance
Umesh
  • 21
  • 4
0
votes
0 answers

How to implement admob native ads in Doubleclick For Publishers?

I am new to Doubleclick platform, I want to implement Admob Native Ad through DFP to my android application.. Please help.. Provide step wise guide if possible. Thanks in advance..!
0
votes
1 answer

Error: incompatible types: cannot be converted to in RecyclerView

I am trying to implement native ads in RecyclerView by following Admob garage tutorial. But I am getting error saying "error: incompatible types: Hit cannot be converted to NativeExpressAdView" In setUpAndLoadNativeExpressAds is says "Casting…
0
votes
2 answers

iOS / Admob 7.20 - Can't get Native ads to show using the test adUnitID

I have a very simple View Controller set up for the main purpose of trying to get the test Native ads running, using Google Mobile Ads 7.20.0. With my code that's posted below, the test adUnitID that Google provides in their Admob repo does not…
Joe
  • 3,772
  • 3
  • 33
  • 64
0
votes
1 answer

AdMob native ad - hide close button

I've got AdMob Express Native Ads and I would like to hide the close button - the one in the right corner by default. The user goes through app content by clicking the next button, so he can just skip the ad in this way. I want to hide the close…
Piotr Sagalara
  • 2,247
  • 3
  • 22
  • 25
0
votes
1 answer

Facebook native ads won't click at first and second positions of recycler view

I have an android app where I am using Facebook Audience Network for displaying native ads to my user. I am using a recycler view for displaying a list. The problem that I am facing is that the ads are not clickable when I put them at the first and…
0
votes
1 answer

Admob native ads is not showing even if onAdLoaded is firing

I have integrated Admob native ads. I have used same adUnitId in multiple screen to load native ads. In most of the screen my code is working fine but in some screen onAdLoaded overridden method is calling but ads is not displaying. I am using below…
Chandan Wadhwa
  • 196
  • 2
  • 13
0
votes
1 answer

how to Implement admob native ads in android studio project?

I'm trying to implement native ads in my android application. But I want to do it using admob only. I searched a lot for solution but could not find exact one to do so.
saalgu
  • 1
  • 2
0
votes
1 answer

Native Express Ad View not display in UITableViewCell

I want to integrate native express ads in my project. And I want to bind this ads in tableview, but I'm not able to display. I'm using this below code: #pragma mark - UITableViewDataSource - (CGFloat)tableView:(UITableView *)tableView…
Yogendra Patel
  • 813
  • 2
  • 8
  • 24
0
votes
1 answer

Android Admob Native ads using recycle view

How can i integrate admob native ads in recycle view? i'm tried but not able to integrate properly.
0
votes
1 answer

Hide Native AdView if not loaded

What i am trying to achieve is hide my Ad view if it is not loaded due to internet or no ad from server. MainActivity.java NativeExpressAdView nativeView = (NativeExpressAdView) findViewById(R.id.natvie_ad); nativeView.loadAd(new…
0
votes
2 answers

Native Ad using Facebook in UITableView

I am trying to add Native Ads using Facebook SDK (FBAudienceNetwork.framework). I found a nice tutorial in Facebook SDK itself. But my question is while inserting ads in Tableview, the indexpath gets increased. When selecting cell in…
Maniganda saravanan
  • 2,188
  • 1
  • 19
  • 35
1 2 3
14
15