B4A Library HMS Ads - Erel    Nov 25, 2020   (5 reactions) The above ad ids are test ids.
The process of creating a real ad id is explained here: https://developer.huawei.
Note that I've tested it with the test ids only. If you encounter any issue with a real id then post here and we will help you solve it.
There is another HMS ads library, created by @Pen B4A Library FirebaseAdMob2 - Google Mobile Ads SDK v20+ - Erel    Jun 07, 2022   (16 reactions) 4. Interstitial ad:
'Add Private iAd As InterstitialAd in Globals sub
iad.Initialize("iad", "ca-app-pub-3940256099942544/1033173712")
iad.LoadAd
Sub iAd_ReceiveAd
Log("IAd received. Now wait for the right moment to show the ad.")
If ad.Ready Then
ad.Show 'bad example. You should in B4A Library AmazonDeviceMessaging (ADM) - DonManfred (first post)    Mar 28, 2020   (2 reactions) Q: What is ADM?
Amazon Device Messaging (ADM) is a push-messaging solution that lets you send messages to Amazon devices running your app. Your server software originates a message and sends it to ADM, and ADM delivers it to a specified instance of your app.
Q: Is ADM free for developers?
ADM B4A Library FirebaseAdmobPlus - asales (first post)    Jan 22, 2021   (2 reactions) A new format ad has coming (in beta for now, but I can see the format in the Admob console):
Rewarded Interstitial Ad (different of Rewarded Video)
https://support.google.com/admob/answer/9884467?hl=en B4A Library AdsHelper extends FirebaseAdMob2 / Google Mobile Ads v20.0+ - Erel    Jun 20, 2021   (16 reactions) AdsHelper is a class that adds the following features:
- Managing the user consent with Google's User Messaging Platform: https://developers.google.com/admob/ump/android/quick-start
- App Open Ads: https://developers.google.com/admob/android/app-open-ads
It can be extended with more features.
Ins B4A Library Unity Ads Library - Pendrush    Oct 14, 2022   (23 reactions) For InterstitialAd and for RewardedVideoAd you need to add this in your manifest:
AddApplicationText(<activity
android:name="com.unity3d.services.ads.adunit.AdUnitActivity"
android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenL B4A Library FirebaseAdMob - Admob ads integrated with Firebase backend - Erel (first post)    Aug 30, 2016   (10 reactions) The differences are:
1. The ad unit id should be of a native ad.
2. There is no predefined size.
The customization is done in AdMob developer console.
https://www.b4x.com/basic4android/images/SS-2016-08-30_10.25.37.png B4A Library display.io ads service - Erel (first post)    Jul 06, 2020   (1 reaction) I've uploaded a small project that initializes the ad controller. You will need to do some more work to actually show an ad.
Note that the DisplayIO aar is named: displayio-sdk-4.4.1.aar B4A Library AdColony Library - Pendrush (first post)    Sep 25, 2020   (2 reactions) If you talk about Interstitial ad, event AdColony_OnOpened will fire after Ad is closed.
You can test it in example app attached to first post. B4A Library AppBrain Ads - Erel    Jun 17, 2018   (9 reactions) Add a reference to the downloaded AAR:
#AdditionalJar: appbrain-sdk-14.10.aar
5. Code to create an interstitial ad:
Sub Globals
Private ad As JavaObject
Private ctxt As JavaObject
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("1")
ctxt.InitializeContext
End Page: 1   2   3   4   5   6   7   Powered by ColBERT |