You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' });
The text was updated successfully, but these errors were encountered:
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' });
The text was updated successfully, but these errors were encountered: