I have an app. Where I shows Banner & Interstitial ads to users.
I want to give user an option to temporary remove ads for 1 day using Rewarded ads.
Is that legal? Can I use rewarded ads to remove Banner & Interstitial ads?
Nothing is being said about this specific situation in Admob policies, not even in Admob's "Rewarded inventory policy" therefor I would consider it legal.
You may find more information on that topic on Admob's help site:
Admob Help: Rewarded inventory policy
Since nothing like that is forbidden by the policy it should be allowed. First try to calculate your balance - one rewarded ad would probably bring you less money than a banner shown for 1 day.
If it suits you don't worry and implement this feature, it seems totally legit.
Why should it be a problem? Ads from adMob give you money based on how many times they are seen and/or clicked by users, so if you remove ads for one day you're the only one who get lost.
The important thing is that you describe well what the user obtains form the rewarded ad.
If you check out this link, you can see that it states:
"An impression is counted when one or more pixels of the ad creative is visible on a device's screen."
You can decide whether to display the ad or not. It's up to you to decide how your app behaves.
In one of my android app My Pad , i had added option for users to disable ads.
Related
Most of my users are in Iran and according to the problems between Iran and USA sometimes people don't want to show their ads in Iran, so sometimes AdMob doesn't have any ad for Iranian users. I'm using Admob for my tv application so the user has to see an ad then can use the app. There is another service just like AdMob in Iran and it just shows the ads from Iran. How can I add it to my project? I mean I wanna use AdMob always and just when AdMob doesn't show up, users see the other service. Should I use the OnFailure method? does it work?
Yes, so the problem you are facing is already solved by the mediation.
Mediation is nothing but a bunch of ad networks integrated with a fashion that if one fails then you can always go for another one. So you can define the order of the ad networks and based on that it will start from the top of the list and keep checking with each network, whenever any network provides an ad then that will be shown otherwise it will keep iterating through the list.
There are already such mediations available like MoPub, DFP, AerSerc etc. Check whichever works in Iran.
I already have admob ads active on my android app. These were not house ads.
But now, I want to display 'House ads'.
For this I added 'New house ad campaign' for my existing ad unit, following instructions from this link:
Creating House Ads
Added image and associated redirect link.
Enabled it.
For testing purpose I added 1000 impressions for 1 day.
But they aren't displaying. No change to previous ads. I also pause previous ad sources and enabled house ad only, still no change.
I've following questions:
Do 'House ads' take time to activate? If yes, how much?
When using house ad campaign with 'Impression goal' set, other ads will also display? Like third party ads?
I want these ads to be displayed in Android app.
Looking forward to help. Thanks in advance.
1.On my new app (did not upload to play store yet) I see ads at the starting and then disappears all the ads. How can I figure out the problem?
2. In my existing app in play store adds doesn't work at night, mostly 11pm to morning. What can I do?
Both apps are on the same adsense account.
Look at your log. It will show ad request and response.
It sounds like there may be no ads available in your area. The logs will show that.
A way of mitigating is to use mediation so if no ad is available if asks the next ad network for an ad.
I've been searching through StackOverflow and I'm wondering about some things regarding AdMob. I'm done developing my app and have decided to make one free application and one non-free. The free one should have AdMob like a banner on it with ads of course.
Now I did, as everyone, the mistake with not putting target to sdk 14 or something and then I saw the banner space with a error message but now when I fixed it I did a fake android application on AdMob but nothing shows, even after I placed the ad - id number there.
I'm actually wondering, when does the ads show up on my application? Does a advertiser choose just my app to show ads on? Can't I have like always ads but I only get money when someone presses them?
Thanks in advance!
You'll know if you implemented the ads correctly by setting your test device and requesting a test ad. The test ad should come back every time, assuming your publisher id is valid.
It takes a few days and multiple requests for the new id to start delivering real impressions. The advertiser does not choose your app specifically; the AdMob network takes care of matching the advertiser's ad to the publisher's app.
I have a AdMob banndr ad on my mobile app. Most of the time it does not come up. Is this the way it works, or did I do something wrong in setting it up?
Ted
If there is no ad to display then an ad is not returned. If you login to your account on admob, in the table that lists your apps there will be a fill rate percentage. That shows what percentage or your requests return ads.
Accept answers to your previous questions.