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.

198 questions
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,081
  • 2
  • 23
  • 55
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
  • 1,678
  • 1
  • 18
  • 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
  • 12
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
  • 703
  • 2
  • 5
  • 22
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,089
  • 1
  • 17
  • 32
0
votes
1 answer

Fire base native ads not displaying

Am trying to use admob native ads express https://firebase.google.com/docs/admob/android/native-express Downloaded the sample app from github. (https://github.com/googleads/googleads-mobile-android-examples/tree/master/admob/NativeExpressExample) …
jomin v george
  • 378
  • 4
  • 19
0
votes
2 answers

What is native ad in admob?

I am confused about native add in admob which is new ad format of google. I have gone through this link, but could not understand much about this new ad format and also the benefit of this ad format. Please help me to understand.
0
votes
1 answer

Testing Smaato native ads - Publisher ID and Adspace ID

I am trying to test Smaato ads for an app. For both Publisher ID and Adspace ID, I enter '0' for testing. This works fine for all the ads except for VAST Video and Native ads, It requests different ID numbers. For VAST Video I found the solution,…
Tomer
  • 471
  • 6
  • 18
-1
votes
0 answers

How to resolve Mediaview error in admob native ads

Build version: 3.5 Build date: 1981-01-01 01:01:02 Current date: 2021-05-22 14:47:34 Device: INFINIX MOBILITY LIMITED Infinix X573 OS version: Android 8.0.0 (SDK 26) Stack trace: java.lang.ClassCastException:…
-1
votes
1 answer

How to preload native ads, android?

I added a single Native ad to my application, but on different devices, ads, especially videos, come with a delay, on the emulator the video is not shown at all. I know that you can somehow preload ads, but I don’t know how to do it, please explain…
Binary
  • 25
  • 4
1 2 3
13
14