B4A Question AdMob - Adaptive Banners - Pendrush    Nov 20, 2019 Do we have support for Adaptive Banners in AdMob?
More info: https://developers.google.com/admob/android/banner/adaptive... B4A Question Help to create code to use Inline Adaptive Banners: setAdSize - asales    Jan 13, 2023 This is a banner format could be placed in scrolling content:
https://developers.google.com/admob/android/banner/inline-adaptive
I tried to create the code base in this Erel's code (Adaptive Banner):
Sub GetInlineAdaptiveAdSize As Map
Dim ctxt As JavaObject
ctxt.InitializeContext...("getCurrentOrientationInlineAdaptiveBannerAdSize", Array(ctxt, width))
Return CreateMap... B4A Question Inline Adaptive Banners - asales    Oct 29, 2020 There are a new banner format in admob: Inline Adaptive Banners:
https://developers.google.com/ad-manager/mobile-ads-sdk/ios/early-access/inline-adaptive-banners
I saw in a admob webnar that this format is better than a native inline.
In the steps there are a referente to integrate... B4A Question Inline Adaptive Banner - asales (first post)    Sep 30, 2024
Can use the code in this post for inline adaptive banners are shown in scrollable content ?
As I said, I didn't follow through with this code and I don't know if it will work.
In... B4A Question Adaptive Banners - Lucas Eduardo    Nov 20, 2019 From code posted by Erel on this thread https://www.b4x.com/android/forum/threads/admob-adaptive-banners.111525/
1:
Code:
Sub GetAdaptiveAdSize As AdSize
Dim ctxt As JavaObject
ctxt...).RunMethod("getCurrentOrientationAnchoredAdaptiveBannerAdSize", Array(ctxt, width))
Dim...: getCurrentOrientationAnchoredAdaptiveBannerAdSize not found in: com.google.android.gms.ads.AdSize
What am i missing?... B4A Example [B4XPages] Admob Example - asales    Sep 25, 2024   (38 reactions) .
- new lib: FirebaseAdmob2
- change SIZE_SMART_BANNER format to Adaptive Banner
- AdsHelper Class.../threads/firebaseadmob-v1-6.108552/
4. B4A 9.90 and SDK Manager up to date.
Update 6.0:
- Adaptive... B4A Library FirebaseAdMob2 - Google Mobile Ads SDK v20+ - Erel    Jun 7, 2022   (16 reactions) find id.
3. Banner ad:
Sub Activity_Create(FirstTime As Boolean)
Dim AdaptiveSize As Map = GetAdaptiveAdSize
'Add Private BannerAd As AdView in Globals sub
BannerAd.Initialize2... B4A Question Banner Adaptive Admob - Jorge M A (first post)    Jan 20, 2020   (1 reaction) Look here: https://www.b4x.com/android/forum/threads/admob-adaptive-banners.111525/post-695517
Also you can use search forum: https://www.b4x.com/android/forum/pages/results/?query=+Adaptive+Banners&product=b4a... B4A Question Google Mobile Ads SDK release coming in 2021 - asales    Nov 16, 2020 I got an email today with this information about Ads: https://developers.google.com/admob/android/migration Do I need made any changes in my code? The lib will be updated? Any chance to have this Inline Adaptive banners? https://developers.google.com/ad-manager/mobile-ads-sdk/ios/early-access/inline-adaptive-banners... Wish FirebaseAdmob lib update - asales    Dec 29, 2020 The B4A 10.5 beta has coming with this updates: Updated or new internal libraries: XUI, XUI Views, B4XDrawer, BCTextEngine, OkHttpUtils2, GooglePlayBilling, KeyValueStore and FileProvider. Any new about update the FirebaseAdmob lib with the new features? https://developers.google.com/admob/android/migration App Open Ad: https://www.b4x.com/android/forum/threads/admob-app-opening-ads.123160/ Inline Adaptive Banners https://www.b4x.com/android/forum/threads/inline-adaptive-banners.124022... Page: 1   2   3   4   5   6   7   |