admob

  1. jun123

    When using AdMob, what are the chances of actually making money?

    For those using AdMob, what are the actual chances of earning revenue? If possible, someone with experience in using AdMob could explain how it works and share their personal experience. I developed a free app in January, and I'm pleasantly surprised by its performance. It has achieved nearly...
  2. M

    Android Question Add addreplacement by code

    Is there any way to add following code (regarding admob) by code in b4a?? (no manifest) AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713)
  3. Jack Cole

    B4A Class AdsHelperFromStarter - AdsHelper for Traditional B4A Apps & More

    I wanted to share an update that I have made to the AdsHelper extension class. The example app loads AdsHelperFromStarter through the starter service. The reason that this matters, is that it can load App Open, Rewarded Interstitial and Rewarded Video ads when the app starts. The ads can then...
  4. MaxRosa

    Erro TC String

    Boa tarde, alguém sabe como resolver isso? No Admob está dando um erro sobre o consentimento dos usuários da EEU. Precisa renovar o consentimento da GDPR. Mas como? Não é automático?
  5. SinaDeveloper

    Admob income

    Hello I am building a browser with b4a for Android and b4j for Windows. I really don't know if it will be profitable to use Admob ads or to add vip subscription! That's why I ask a few questions, please answer them: 1- In addition to Android, will it be possible to use AdMob in b4j? 2- Can I...
  6. natesobol

    iOS Question iAdMob Consent Custom Provider

    Hi all, I've been having an issue with the GDPR consent form for iAdMob. Going off of Erel's thread Here, and some google searches it seems it has to do with the limit on 12 ad technology providers, but I thought they removed it. I'm wondering if anyone has an idea as to what's causing it. I...
  7. Alejandro Moyano

    Android Question How avoid black padding on admob

    Hi, I'm trying to add admob ads before launch my app, and I am having troubles with padding or background: As you can see the back lines of padding or background make it looks ugly, i tried: BannerAd.Color = xui.Color_ARGB(1,251,247,255) BannerAd.Padding = Array As Int(0,0,0,0) And...
  8. 1lusca

    Android Question Admob interstitial adclicked event

    Hello everyone Is there a way of capturing admob interstitial ad clicked event? Thanks
  9. C

    Italian Non mi caria il banner!

    Ciao a tutti, spero che possiate aiutarmi. non so come risolvere! Ho creato un account admob, ho collegato Firebase. Aggiunta app (attualmente su Playstore). scaricato il file google-services.json e salvato nella cartella dell'app creata nel bunner pubblicitario. Successivamente ho provato a...
  10. C

    Android Question does not load the banner!

    Hi everyone, I hope you can help me. I don't know how to fix! I created an admob account, I connected Firebase. App added (currently on Playstore). downloaded the google-services.json file and saved in the app folder created advertising bunner. Later tried to insert id admob test. modified...
  11. yiankos1

    Android Tutorial Data Safety Admob

    Hello team, If you recieved an email about submiting Data Safety form at Google Play Console and your apps using Admob, you can watch this video to guide you. More infos you can find here and here. Wish you a great day!
  12. Hadi57

    Android Code Snippet How to increase your Consent Rate for your GDPR CMP in Google funding Choices

    Hi Friends, As you maybe know Google can completely turn off your Ads, if EU users do not consent in GDPR CMP pop-up and there is no working solution for that. But there are some strategies that I use for increase Consent Rate that lead to show/serve more Ads and increase Monetization. Please...
  13. melonZgz

    Android Question admob ads content, google play families policy and the use of tagForChildDirectedTreatment

    Hello friends. I have been trying to update one of my games without much success, since Google has rejected my update several times, always claiming the content of the ads. Finally yesterday they removed the game from the store. A game with almost 1M downloads The problem is that it's a game...
  14. shadowdevfr

    Android Question Maven artifact not found even if it's installed through the sdk manager

    Hi! I've been using b4a for a while, but this is my first forum post. This time i'll assume I'm pretty much stuck. I'm integrating admob to my app. I added everything into the manifest, but still, an error is appearing on compiling and refreshing libraries. "Maven artifact not found...
  15. amidgeha

    Android Question How to implement AppOpenAds

    I updated B4A Sdk Manager with all recommended items and downloaded FirebaseAdMob2. Still not clear how to show AppOpenAds in normal B4A app and not B4XPages app
  16. ibkme

    Android Question how to mute ads on my app using this code from google [MobileAds.setAppMuted(true);] ??

    Hello, I want a way to mute Admob ads, ((Video reward ads, and Interstitial ads...etc)) on my app. I read this topic from Google: https://developers.google.com/admob/android/global-settings , but I don't know how to integrate this code into my own application using Android Studio. Is there...
  17. ArminKh1993

    B4A Library GoogleMobileAds(FirebaseAdmob 2021)

    Hi there;) Ok,I think the time has come to release my library over the new version of Google Mobile Ads SDK. This library is fully compatible with the new version(20.0.0) of GoogleMobileAds SDK. Have a look at it. (https://developers.google.com/admob/android/migration) All changes in the link...
  18. P

    Android Question help! admob size smartbanner

    I received a violation notification from Admob , i've follow the tutorial firebaseadmob library with this code: Sub ads(banner As String) BannerAd.Initialize2("BannerAd", banner, BannerAd.SIZE_SMART_BANNER) Dim height As Int If GetDeviceLayoutValues.ApproximateScreenSize < 6 Then...
  19. K

    Android Question Firebase admob Issue

    Hi All I am having an issue with my app. I am creating a simple B4x Page application, with one page [this has a couple of images and a button. there is also a panel which is the placeholder for the admob to display into. My app will install and run on my phone perfectly until I add...
  20. A

    Android Question [Solved] Admob / advertising id question on how to use

    Reading throught the code snippet on the link below: https://www.b4x.com/android/forum/threads/advertising-id.101050/ I am a little confused if we need to replace the admob unit id with the advertising id or there is no relation between both? I have checked the google link but still confused...
Top