admob

  1. Vinsane

    Android Best Advertisement Service in 2018 for Android Games?

    Hey guys, this question is for the developers that are making android titles recently. I'm curious to what everyone uses these days for ads? I have AdMob for banner ads but I would love to know what everyone is using for video ads? I know AdMob video ad is not supported due to doing some...
  2. Appsurd

    Android Google Admob Rewarded Video Ads

    Recently, Google introduced Google Admob Rewarded Video Ads: https://developers.google.com/admob/android/rewarded-video Is it possible to do this using GameMaker 1.4 at the moment? Thanks!
  3. H

    Question - General Regarding Admob SDK Update for Google Play Services extension by YoYo Games

    Google Play Services extension by YoYo Games, last update on Dec 2016, LINK: https://marketplace.yoyogames.com/assets/2008/google-play-services Prologue It is December 22, 2017 today, so It has been a full one year, since last time it was updated! Google Admob Warning and My Questions...
  4. TibiSoft

    Child-directed declaration - google play - admob

    Hi All, I got a warning from Google that my app violates Primarily Child-Directed Declaration policy because it appears to be designed for use by children (even I did not tick the under 13 age box). In fact they are right, as it is a simple math test app. According to guidance there are plenty...
  5. E

    Android cant get MY admob ads to show

    I got the extension from the ads demo in gamemaker and imported it into my project. I am able to get sample ads to load just fine. But whenever i test it with my ads (which i have typed correctly i checked like 7 times), the game just crashes. I was able to get an installed version to work...
  6. V

    android problems

    hi guys! :) 1. admob interstitials work when i use a test id unit but when i use my id unit, they don't. 2. when the game loses focus it disconnects from google play. is this normal? i mean, i show an adcolony video ad and login_status = 0. 3. why does the apk get so big when i add...
  7. L

    Android AdMob Ads Not Loading

    I'm trying to setup AdMob ads in my game, and they are not loading. The test ads were loading perfectly fine but the new ones don't.
  8. A

    Asset - Extension Any AD extensions that are ACTUALLY up to date please?

    I can't seem to find any ad provided extensions (like the GooglePlayServicesExtension) that are actually up to date and working. So please if anyone is using an ad extension that is currently working AND is up to date I would very much appreciate it! Thanks!
  9. M

    Android Banner ads on android

    Hi , hope you guys doing well , i just wanted to know if i is it legal to add more then one banner on a single room ? im using admob as ads provider ! also is it normal to earn only 0.44 euros for 2.13K impressions ? ( im using GoogleMobileAds_Banner ) thank you for your time :)
  10. A

    Android Where do you code in GoogleMobileAdsExtension?

    I've put the init function in the gamestart event of the first object seen but once i uploaded to google play it doesn't play the ad when clicked on my watch video button which also has the function GoogleMobileAds_ShowInterstitial(); on left pressed. Any suggestions where or what other...
  11. G

    Android ad is not visible, not refreshing ad. When implementing admob

    Hey! I tried to implement google admob into my game using the google play services extension but I always get the error message 'ad is not visible, not refreshing ad.'. I use GoogleMobileAds_Init(""); at game start. And then in the menu object where the ads should show I use...
  12. A

    Asset - Extension Any working ad extensions please

    There has to be an ad extension for any ad provider that is up to date with the recent SDK update. Since mine keeps giving me Lint error codes that aren't even relevant because I have tried there solutions multiple times but keep getting the same error. These errors are 100% this ad extension's...
  13. N

    Android Can't display ads

    Hi everyone! I have added code that is supposed to display intertitial ads in my game based on the code in this video: this code is in the game start event of one object: if GoogleMobileAds_InterstitialStatus() == "Ready" { GoogleMobileAds_ShowInterstitial(); } and this code is in the create...
  14. V

    Admob not working on ios?

    When i try to compile in Xcode(the most recent version), i get tons of errors that seem to revolve around the admob extension. When i comment out all the ad code, and remove the extension, the game compiles just fine. Is it still possible to use admob in gamemaker studio 1.4?
  15. F

    iOS Resume Sound After Interstitial Is Closed

    I am displaying an Interstitial ad using AdMob/GooglePlayServicesExtension. When displaying the ad, the background music does not stop automatically. Stopping it is easy enough by using audio_stop_sound() along with the GoogleMobileAds_ShowInterstitial() function; however, I am left with the...
  16. A

    GML Switch ON/OFF the AD banner when enter/exit from PAUSE

    Hello folks! I'm trying to insert some ADs in my game! Well I want them to appear only when the game goes in PAUSE state. To this moment the AD does appear when I'm entering in the state of PAUSE but when I resume the game the AD doesnt go off... it stays there :/ Here is my code: The AD is...
  17. A

    Android ADS not visible on phone but on Bluestacks yes?!

    Hello, I was trying to put an AD banner in my game but is not visible when I'm exporting the application to my personal smartphone... (Huawei P9 Lite) But if I use the same .APK file on the Android Emulator "Bluestacks" I see it... how this is possible?? I use AdMob services.
  18. A

    Android Insert a BANNER AD with AdMob...

    Hello to everyone, I'm creating a little free videogame for Android, but also I want to add Ads. I created a Google AdMob account and all necessary. I created an AD with his ID, now I'm following this Official Guide but it doesn't works. Here is my code: To do this I created 2 empty Objects and...
  19. G

    Android Question about AdMob and GooglePlayServicesExtension

    Hello, I followed the new tutorial here: https://help.yoyogames.com/hc/en-us/articles/216754558-Ads-Google-Mobile-Advertising-v1-3- but it isn't working for me. I don't need the interstitial, cause that is covered with AdColony, but I'd like to switch to less aggressive advertising with banners...
  20. M

    (Admob) Native Ads

    Hello. Anyone know how I can add native Ads? The extension on the marketplace has banners, interstitials, all google play services, but not Native Ads. Native ads are pretty old. Regards, Mataca
Top