Questions tagged [google-native-ads]
14 questions
3
votes
0 answers
Xamarin.iOS Native Ads Admob - Adloader.Delegate NULL
I am trying to implement native ads in my Xamarin.ios application. My Adloader.delegate is always null and I cannot figure out how to solve this.
The application output says "Delegate does not conform to the required protocol,…

Malin
- 97
- 1
- 8
3
votes
1 answer
Admob Native Advanced Ad not showing media content?
I have the ad fetched and all content except mediaView seem to work.
Is there anything missing?
class NativeAdAdapterItem(
private val ad: NativeAd,
) : AdapterItem(ad) {
override fun bind(firstTime: Boolean,…

aryaxt
- 76,198
- 92
- 293
- 442
2
votes
0 answers
How to place Admob Native Advanced Ads in Firebase recycler view android?
I have ViewHolder, But I am unable to integrate the native ads in this code, will you please guide me regarding the integration of the native ads in the same code?
How should I integrate the Native ads in this code?
public class ViewHolder extends…

Aniket Manjare
- 21
- 2
1
vote
0 answers
I have set the aspect ratio for nativeads as Portrait. but only video ads are coming in Full Screen Aspect ratio.. Image ads are still in Landscape
NativeAdOptions nativeAdOptions = new NativeAdOptions.Builder().setMediaAspectRatio(MediaAspectRatio.PORTRAIT).build();
builder = new AdLoader.Builder(context,my_unit_id).withNativeAdOptions(nativeAdOptions);
After doing this the…
1
vote
0 answers
Call to action not triggered in Native google ads implementation
I am trying to implement the native ads following this guide Google Native ad UI guide
The Ui I implemented as test is as such:
In this ui the CGADNativeAdView class is not available by default so I have followed the solution provided in this…

SarojMjn
- 569
- 1
- 7
- 23
0
votes
0 answers
Recyclerview native Ads Refresh issue android
i have recyclerview with room database. and this recyclerview contains Native ads on very 4th position. the problem is when i observe the room data recyclerview automatically refresh Ads position.
Hear is my code viewmodel observer…

Grow Solution
- 1
- 2
0
votes
0 answers
AdMob Native Advanced Ad with too much Whitespace sometimes
I want to include an AdMob Native Ad in my Android app, but with the test Ad Unit ID, one of the two displayed ads adds a lot of whitespace that I cannot remove even with a MaxHeight attribute. What am I doing wrong? Here's my misc_nativead.xml:
…

Marvil
- 17
- 4
0
votes
1 answer
when migrate from v19 to v20 admob
package com.afrogfx.Englishword10000.activities.base;
import android.app.Activity;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import…

ahmedhassan
- 23
- 3
- 12
0
votes
0 answers
Alternate of ViewController in SwiftUI project
What is the counterpart of ViewController class in a project with interface of type SwiftUI?
I am following this documentation to initialize adLoader from Google AdMob in a SwiftUI project. All examples in the document are within a ViewController :…

Rishab
- 143
- 14
0
votes
2 answers
Implementing Admob Native ads in Flutter
What is the best and easiest way to implement Admob Native Ads in Flutter? Is that within the scope of the 'Google Mobile Ads SDK' package or I need to use another package?

Rifat Hossain
- 77
- 1
- 11
0
votes
0 answers
text of the native(Admob) button is under pressure
I implemented the small native ad on the main activity and I do not why the text of the native button is under pressure.
In addition, I changed nothing in the Native template.
My Problem with Native Button

Hadi Imani
- 1
- 3
0
votes
1 answer
Unable to initialize native ad inside recyclerview in androidX
I was trying to implement Admob native ads inside my recyclerView, And i ended with below error & i have also attached my code. i even followed Google Code Lab. Still i ended with multiple error.
How do i add native ad's between .
FYI: i…

sanoj lawrence
- 951
- 5
- 29
- 69
-1
votes
1 answer
i am not able to display native ad admob ad in between adapter list on my recycler view
i want to display native ads in between adpaterlist in recycler view .The native ad is not showing but the adapterlist aswell as progress bar works fine
public RecyclerView.ViewHolder onCreateViewHolder(@NotNull ViewGroup viewGroup, int i) {
…

wide vide tech
- 1
- 1
-2
votes
1 answer
How to place AdMob Native Advanced Ads in RecyclerView Android using Kotlin?
There are many questions asked here but I couldn't find appropriate answer.
I would like to show native ads in my RecyclerView after every 5 items is displayed. If you got full steps I will appreciate it.
Anyone with full step of the code…

adika
- 1
- 3