ludei / atomic-plugins-ads

Atomic Plugins for Ads
http://atomic-plugins.com/
Mozilla Public License 2.0
18 stars 22 forks source link

Feature Request - Show multiple ads per screen #3

Open aheadzen opened 8 years ago

aheadzen commented 8 years ago

Is there a way we can show multiple ads per screen?

Example: So there is facebook like newsfeed, we show an advert at the top and then user scrolls down and we show another advert. Ads are far apart this way so only 1 ad is viewable at a time.

BlueSialia commented 8 years ago

You can create different banners and place them where you want them, but not in a DOM element. The banners are part of the native view, not the webview. Take a look at this documentation (http://docs.cocoon.io/article/cocoon-mopub-plugin/#Setting_up_the_IDs).

aheadzen commented 8 years ago

I understand it is possible to create multiple banners in native view. I was hoping if it was possible to return the "ad frame" as html via javascript so that ad could be placed inside DOM. I am sure it is possible because some apps have taken that approach successfully, perhaps they are native but most ads are served in iframes and thus embeddable in DOM.