I know I can add a fixed banner using the library Admobpro for Cordova in Ionic Framework.
What I don't know is how to add a banner to a scroll view as if it is a promoted story.
That can be done? How?
The plugin only show something like this:
if (AdMob) AdMob.createBanner ({
adId: admobid.banner,
position: AdMob.AD_POSITION.TOP_CENTER,
Autoshow: true});