I have an Android education App where user can hold "tokens" to earn new contents and features.
I searched at Admob documentation but the information seems to be not very clear about my situation.
In case to create a button to open Admob interstitial in return of any tokens mentioned above (I'm thinking make this feature periodic), should it generate invalid traffic or break any admob rule? Anyone tried it before?
My doubt consist in the fact that it does not generate invalid clicks, it just improve the number of interstitials showed.
Thanks in advice.
Ok, concerning to your reply I'm pretty sure that this is not allowed. What I can tell you for sure is that you must not reward people for clicking your ads (or even a button which shows ads).
In addition to it, this is not a "natural transition point". Read what AdMob proposes about showing interstitials: https://developers.google.com/admob/android/interstitial?hl=en#some_best_practices
Related
Thankyou in advance for reading this question. Im currently trying to use google admob in my apps, it is working, but i kept getting spam of Access denied finding property "vendor.oplus.media.vpp.stutter".
I put the admob code in my second page. It wont wont come up if i havent access that page. but as soon as i open the ads it wont dissapear even when im not in that second page anymore.
Im using the Google Rewarded ad btw if that helps.
My Debug Console
i already tried to comment any print statement in my code but it still wont dissapear. seems like it generated automaticly. Already tried to google it but cant find the exact same one.
I am using applovin ads in my android app, but the ads are too long and not able to click on the close as well.
The user experience is too bad. Also the ads are shown as tow cycles. It leads to the loss in user retention.
Kindly let me know any one facing the issue like the same.
I have followed this doc to show the interstitial ads in my app.
https://dash.applovin.com/documentation/mediation/android/getting-started/interstitials
Sorry for the late answer. May be you did it but if you don't someone also facing the same issue because I am also facing this issue. It is a bug in MaxAd in "testing Mode". You can check it while downloading from play store and on a real time device.
its easy to setting time in applovin, by going to discovery and Application go to video setting and adjust
enter image description here
hope thats answer your question
Can someone explain as I can't seems to find a proper post about why use Interstitial or AppOpen ad for fullscreen impression exclusively?
I have read google doc, guidelines and already have experience implementing both types of ads, however why shouldn't I just use Interstitial everywhere where I need fullscreen ad including initial loading and vice versa why shouldn't I use appOpen for transitioning?
Will my app be banned by google if I will show appOpen between nav destinations? Should I prefer certain type for maximizing revenue? Is there any technical difference s in caching/requesting/showing ads.
I just don't understand need in having 2 types of fullscreen ads in my apps as well as I can't find proper discussion about why should I prefer one of them or being unreplaceable one by another.
Interstitial vs AppOpenAds android
AppOpenAds use when user pause an app then come back in the app so app open ad show while on the other hand Interstitial add are typically displayed at natural transition points in the flow of an app, such as between activities.
I have custom dialog in my app, they popup when some event occur.
I am thinking to put banner ads on my app dialog popups.
Will that be a good practice ,or its against google banner ads placement policy ?
Even I had the same problem. You cannot use them in Dialog box as the ads wont appear.
This could work (you can display an AdView in a PopupWindow, for example), but if the dialogs come up quickly and disappear quickly, it doesn't give the user much time to see and interact with the banner, which can lead to lower clickthrough rates and less revenue for you.
I'd recommend looking at our Interstitial format. You could load them in advance, and display them when the user closes a dialog. If the dialogs are really frequent, you could only show an ad every fifth time, etc.
I've seen many games and apps that have ads on dialog boxes, so it's possible to do so.
So, I just integrated AdMob into my application. Now, I'm wondering whether to place the Ads on the top of the screen or the bottom.
Aesthetically, I think the App looks better with the ads on the bottom of the screen.
However, the little devil in me is thinking that there's more likelihood of people clicking on the ads by mistake (thereby increasing my click count), if I place them at the top since that's where I have the action bar.
Of course people who genuinely want to click on ads will click them no matter where I place them.
Can anyone share their experience in this regard?
The AdMob Publisher Guidelines cover this:
Ads should not be placed very close to or underneath buttons or any other object which users may accidentally click while interacting with your application.
and also:
Ads should not be placed in areas where users will randomly click or place their fingers on the screen. For applications that involve this type of interaction, we recommend implementing our ads on a title or ending page.
As others have mentioned, place ads where they will not be accidentally hit.
Of course people will be more likely to click your ad (accidentally or on purpose), but your customer's satisfaction will also be likely to drop (especially when someone accidentally hits your ad). When an ad affects the usability of an app the chance that a user will delete your app is quite likely, which results in nil income.
If you really need to incorporate ads in your app, I would place them at a place where the user is the least likely to accidentally tap them. As the iPhone's screen is not that large, in terms of visibility this will not have any serious effect. (I personally dislike any app that uses ads and especially AdMob ads, but that is a personal note).
With the soft buttons found on many of the latest phones I don't think positioning your ads at the top of the screen will increase your CTR, as users are likely just as likely to accidentally touch ads at the bottom of the screen.
Go with where you think the ad looks better (most likely the bottom).