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

How to add AdMob Native ads in tableview in Swift (using storyboard)

I found a complete working guide of native ads (AdMob) in a single view in swift. I tried but fail to successfully use native ads in tableview I added pod, native Unit ID and app identifier in my app the link for guide is…
Muaaz Ahmed
  • 369
  • 1
  • 4
  • 21
3
votes
1 answer

Google Advance Native Ad Display issue

I am using google advance native Ad. My Ad is display successfully on simulator and device when I run from Xcode, but when my app is live then one day Ad display on all device then another day Ad is not display in any one device whats problem in my…
ikbal
  • 1,114
  • 1
  • 11
  • 30
3
votes
0 answers
3
votes
1 answer

Placing "Native Advanced Ads" inside popup close

I try to put advanced ads inside the dialog box when you close the application, but when you open a dialog box does not load the ad for the first time. ... I am worried that I load the ad inside the application without appearing and at closing I…
mhd
  • 103
  • 1
  • 9
3
votes
2 answers

Showing Native Ads in RecyclerView

I am working with RecyclerView. In which I have to show two items in GridLayout Manager and span count of 2 to display native ads with full width. Can anyone help me.
Sumit Pansuriya
  • 543
  • 10
  • 23
3
votes
1 answer

Facebook Native Ads Manager Android ads nativeAd.isAdInvalidated() returns true

nativeAd.isAdInvalidated() returns true for just loaded ad I am using both interstitial on button click as well as native ads in recycler view MainActivity.java NativeAdsManager listNativeAdsManager; @Override protected void onStart() { …
Garvit Jain
  • 1,862
  • 2
  • 19
  • 27
3
votes
1 answer

Admob native advance Ads repeating in recycler view

I ran this(Google Codelab Native Ads) code and the native ads in the list are sometimes working fine but most of the time they are like the bottom two screenshots. They are not in order and repeating themselves. Can anyone please check whats wrong…
3
votes
3 answers

Can't get AdMob ad choices icon to show up on native ads

Been fighting this for a while and I have no idea what I'm doing wrong. Finally I made a sample project pretty much from their example and still can't see the ad choices icon. This is the code to show the ad: AdLoader adLoader = new…
casolorz
  • 8,486
  • 19
  • 93
  • 200
3
votes
1 answer

iOS Google Native ad not clickable

Following is my code. When I click on the ad present on the UITableViewCell didSelectRowAtIndexPath gets called and the ad is not opening in the browser. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath…
tushars
  • 157
  • 7
3
votes
1 answer

Create admob native advance ad id

I have implemented advance native ads in my Android application. Now, I want to take them live but cannot get them to work with my native app unit id. I am guessing it's because that can only be used for express ads. How can I get an advance ad…
Tadej Vengust
  • 1,351
  • 4
  • 18
  • 35
2
votes
1 answer

Display AdMob Native ad via Jetpack compose. But the onAdImpression function is not being called

To display Native ads via Jetpack Compose. Here's an example of how to display a Native ad using Jetpack Compose: import android.view.LayoutInflater import android.widget.Button import android.widget.ImageView import android.widget.TextView import…
yinghuihong
  • 255
  • 2
  • 8
2
votes
1 answer

Xamarin.ios native ads admob

I have been trying to figure out how to implement native google ads (admob) in my Xamarin.iOS app. (not xamarin forms) I have googled like crazy but can't find any good examples. Does anyone have any code that they could share? This is my code so…
Malin
  • 97
  • 1
  • 8
2
votes
0 answers

Admob Native Templates class is not showing in XML

I'm trying to use the native ad templates provided by Google, I followed their documentation step by step: https://developers.google.com/admob/android/native/templates Imported the module added the dependency copied their XML code in my layout But…
2
votes
0 answers

Strict Secure Cookie policy does not allow setting a secure cookie for http://googleads.g.doubleclick.net/

Hey guys I am trying to implement a native ad in my android app but it showing some error. Error 2021-06-22 18:35:34.049 1915-2099/com.rishav.firebasedemo E/chromium: [ERROR:cookie_manager.cc(137)] Strict Secure Cookie policy does not allow setting…
Ankit meena
  • 61
  • 1
  • 1
  • 6
2
votes
0 answers

Implement AdMob Native Ad in a SwiftUI project

I'm trying to implement a native ad into a SwiftUI project. I'm using these class to load the ad: final class NativeMediaView: UIViewRepresentable { var mediaView: GADMediaContent init(mediaView: GADMediaContent){ self.mediaView =…
Onnwen
  • 204
  • 2
  • 12
1 2
3
14 15