Ask user to watch interstitial ad?

十年热恋 提交于 2021-02-07 07:59:35

问题


Lately I've been thinking about how to increase the revenue I get from my Android apps, and have come to the conclusion that I "need" to include interstitial ads in some form. I don't want them to feel forced or annoying like in many other apps where they pop up when they are the least desirable. Instead I have been toying with the idea of simply having a seperate "Support The Developer" screen in my app dedicated to explaining to the user that although making apps is fun it's also time-consuming and challenging and ask them to support the developer by watching a short interstitial ad. The user would then either tap a button to show an interstitial ad or tap another button to return to the main menu. Of course there would be no attempt to motivate the user to actually click on the ad - Just simply watch it.

I have scanned the web, AdMob/AdSense policies and other questions on here to try to find a clear answer on if this is against any rules. I certainly don't want to do this to have my app removed for violating any policies. I know that there are rewarded interstitials that you can implement, but since this approach doesn't award the user with anything in the app it doesn't seem like the right path.

I really want to ethically be on the right track here, so if anyone has any expereience regarding this, please help.


回答1:


I have scanned the web, AdMob/AdSense policies and other questions on here to try to find a clear answer on if this is against any rules. I certainly don't want to do this to have my app removed for violating any policies. I know that there are rewarded interstitials that you can implement, but since this approach doesn't award the user with anything in the app it doesn't seem like the right path.

-> You are not violating any policies regarding asking user to click on button as long as you don't break any other policy for interstitial ad. ( e.g. you can't have consecutive Interstitial Ad, there has to be 2 clicks before you show another ad). Refer this link for Admob interstitial ads invalid policies https://support.google.com/admob/answer/6201362?hl=en&ref_topic=2745287

Lot of games gives away goodies for viewing videos. In your case you can use ad finish event to process further. For solution refer to this link.

Listening to Video Ad. Finish Event in Interstitial Ad (Google AdMob)




回答2:


I'm not a mobile developer but I'm a heavy mobile app user on both Android and Windows Mobile. From user experience on games and apps I use a lot, I would watch the videos if they are not in my face, do not start unwanted and bring me some 'benefit' when I watch them. In a game that would mean I would receive some advantage or a prize, usually linked with the game pace where I'm allowed to watch a new video only a certain number of times per hour/day so I can continue playing almost non-stop. In apps some premium options could be unlocked temporarily (for one time use/for 10 minutes/etc) after the user watches a video.

In the end, if the product is good and you have not spoiled the user's experience by putting advertisements all over the place, you can ask the user to switch to Pro version without ads and with more functionality.

You can tease users to become Pro by allowing "trial" period of Pro features for Free users. For example, one of the Pro features might become available to Free users for a day, so they can experience the Pro version. Next week you might allow "trial" for another feature, etc. If your product would have long usage life you should first of all make sure the customers like it, are able to easily use it and then they will gladly give you a fee to use it.

I hope this helps you.

Regards,

Georgi

P.S. The best way to make money out of a good product is to convert it into a service and then earn money from service subscriptions, additional features (like support, customization, plugins, etc). Of course, I don't know what your Android apps are.




回答3:


I have implemented rewarded ads. The reward is banner or interstitial ads will temporarily be removed. Here is the rewarded ads welcoming message:

In order to use this application without ads, please watch the following video



来源:https://stackoverflow.com/questions/41580068/ask-user-to-watch-interstitial-ad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!