Reputation: 601
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 ?
Upvotes: 1
Views: 1594
Reputation: 138
I've seen many games and apps that have ads on dialog boxes, so it's possible to do so.
Upvotes: 0
Reputation: 5351
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.
Upvotes: 1
Reputation: 721
Even I had the same problem. You cannot use them in Dialog box as the ads wont appear.
Upvotes: 1