Questions tagged [googleads-mobile-unity]

Use this tag while discussing topics that cover the Official Unity Plugin for the Google Mobile Ads SDK.

Discussions that cover the Official Unity Plugin for the Google Mobile Ads SDK. GitHub: https://github.com/googleads/googleads-mobile-unity

28 questions
1
vote
1 answer

ANDROID ERROR Program type already present: com.google.ads.AdRequest$Gender?

I opened my old working app in the new updated stable android studio, I got the following error when select run the app option Program type already present: com.google.ads.AdRequest$Gender Message{kind=ERROR, text=Program type already present:…
N_J
  • 141
  • 16
0
votes
1 answer

google mobile ads lifecycle events don't activate in android build

I am currently working on game using the unity game engine. I am using google's mobile ads SDK to implement ads. According to the documentation, the ads have lifecycle events that can be utilized to customize the behavior of the ad. For my purposes,…
0
votes
1 answer

UnityPlayerActivity.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details

I just imported facebook sdk to unity for ad campaign for my app. But I get errors when I try to build an apk. I solved couple of errors but I finally stuck with this errors and couldn't find any solution. This errors started with facebook sdk,…
0
votes
1 answer

My Google Admob ads not showing for my android game

My game has Unity Ads and Google AdMob. I used Google AdMob for a support button. Button shows rewarded ad, with no prizes. Because this is a support button. Anyway, my ads is not showing. I'm trying to solve this problem. I think i did everything…
0
votes
1 answer

Using Mobile Ads SDK with IONIC

I'm making an hibrid App using Ionic, Angular and Capacitor. I need to use the Google Mobile Ads SDK to show banners. I try with the AdMob plugin for capacitor, but it lacks of Native Ads, that are the main core of my App. I added the SDK directly…
onlygio
  • 25
  • 8
0
votes
0 answers

Unity AppOpenAd

I want to add open ads to my game that I developed on Unity, but the type 'AppOpenAd' or namespace name could not be found (are you missing a using directive or assembly reference?) I get an [Assembly-CSharp] error. I would be glad if you help.
0
votes
0 answers

Google ads lag app startup time on android by a mean factor of 570ms. What can I do to reduce the impact of app loading?

The versions 1.9 and 2.0 don't have ads and hence show a considerable improvement in app startup times.
0
votes
0 answers

How to add Ads which contain list of Application in Android?

I would like to add Ads like show in below images. On icon click, it should open list of applications. And on app click, it should redirect to play store. Please someone help to add this Ads in my App. Thanks
Tushar Lathiya
  • 940
  • 9
  • 26
0
votes
1 answer

Is Possible to add in between UITableView sections in google Admob in objective c?

I have 10 sections in UITableview. I want to add AdMob in between UITableview Sections. Is it possible means any code reference?
Developer1205
  • 167
  • 4
  • 23
0
votes
0 answers

Full-width AdMob native ads for Android using Google Mobile Ads SDK for Unity

I am trying to create a native ad like this: nativeExpressAdView = new NativeExpressAdView(adUnitId, new AdSize(360, 150), AdPosition.Bottom); Instead of hardcoding the screen width as 360, I would like to use the full-width available on the…
Bijoy Thangaraj
  • 5,434
  • 4
  • 43
  • 70
-1
votes
1 answer

Google AdMob test ads not showing after building in Unity

I wanted to implement google ads into my unity app with the official package (version 5.4.0, unity version is 2019.4.14): https://github.com/googleads/googleads-mobile-unity/releases When I run the project in the editor, the test ad is displayed.…
Pandicon
  • 420
  • 1
  • 15
  • 38
-1
votes
1 answer

how to track adsense and remove it in my web

can someone explain to me how to track google ads in my website ? and also how to remove him. i've checked all source code in my web but everything is clean code (no adsense script). this ads only appears in mobile view, but when i check in google…
potitit
  • 63
  • 1
  • 8
-1
votes
1 answer

Multiple AdListener in android kotlin

I am making an app, for personal use, which has multiple banner ads on a single activity. I want to listen to onAdLoaded() events for all the ads. For this, I have to put AdListener for every ad. If I have ten ads, do I have to write the same code…
Jaydip Kalkani
  • 2,493
  • 6
  • 24
  • 56
1
2