I have integrated the startapp sdk for the latest google policy.
They ask me to call 2 methods for showing and loading ads.
startAppAd.showAd(); // show the ad
startAppAd.loadAd(); // load the next ad
But usage of this isn't really loading any ads.
Has anyone faced this issue?
I have the right jar added to the project.
I have given my developer id and app id at proper places as mentioned by their user guide.
If someone has faced similar problems, please help me out in this.
nmvictor - please take a look at our answer to you on the other post you opened: https://stackoverflow.com/a/19488238/2900074
Did you remember to call startAppAd.onResume() in your onResume() method?
If so, where did you implement the interstitial (on what stage of your activity)?
Related
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
i have been trying to implement Native Ads from admob.
I got some sample code from Github. I tried to implement this code, and the demo code works fine. The native ads show up properly.
I then created my own Admob account and obtained an Ad Unit ID. The previous demo code for native ad did not work with this id, and I got an error with error code 0 although my created Ad Unit ID works fine for banner type ads.
Are this native ads still in beta?? when are they supposed to be out for the common developer?
Helllom I have the same problem but I dont think the real problem be the space. I'm not sure but maybe Native Ads Advanced are still in beta. I try the same code with the Ad Unit ID from admob's example and it works fine. You can try the examples code with your ad units but it doesnt work for me.
What happens to me every time I create an Admob banner ad, it takes a while to appear. So i think you should check again in an hour. I'm guessing Google is processing ad unit id and this is taking some time.
Also, they're not in beta. You should be able to use them. If you still cannot see real ads, post your code and I'll take a look at it.
I hope this helps.
I am getting the exact same error. I implemented native ad code from the example given in git hub. Now I am always getting error code '0' .
Funny thing . When I replace My ad unit Id with the ad_unit_id given in Example.
Ads is displaying in my APP. So it is Clear that my implementation is Correct.
There is some problem with admob ad unit. Its been 18 hour since I created it, I am still getting error with my ad_unit.
If it is ad_unit activation problem then , How would I know it is ready or not , or i have to create some other new ad_unit.
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
I want to add google analytics api into our android app. But when I tried to open the page as shown below, it occured a 404 error.
https://developers.google.com/analytics/devguides/collection/android/v4/integrate
Please tell me what's wrong and how to go ahead.
Thanks.
BR, Sunny
I think you referred to some old link.https://developers.google.com/analytics/devguides/collection/android/v4/
This one should help you.Simply setup your project and you can start analysing data in few minutes. You can define your own events too.
how can I put pop-up ads to my android project and make it appear when the user closes/opens the app. Something like this - http://i.gyazo.com/5d3efd4f56d9a6c1bd464a9c45c1cfed.png instead of http://goo.gl/b5beFR
Thanks in advance
You can use Interstitial Ads which are available in many ads libraries i.e. AdMob or AppFlood. Interstitial Ad AdMob
as Michal z points out you can use AdMob
and load the respective Banner Size:
https://developers.google.com/mobile-ads-sdk/docs/admob/ios/banner#banner_size
Download an example from:
https://github.com/Jorgesys/Android_AdMob