How to add a "Banner" in a view with scroll in Ionic Framework (similar to Promoted Stories)

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});