floatinghotpot / cordova-plugin-mmedia

Cordova/PhoneGap for Millennial Media Ad
7 stars 6 forks source link

Feature Request - Show multiple ads per screen #10

Open aheadzen opened 8 years ago

aheadzen commented 8 years ago

Hi, we have a newsfeed styled content app where we can insert ads inside the content (between paragraphs).

It will be really helpful if we can pass id of the placement and ad unit will show up at that place instead of a fixed top or bottom banner. Do you think that is possible?

For example - if(mMedia) mMedia.createBanner({ adId : adid.banner, autoShow : true, overlap : true, position : '#myAdPlacementId' });