I want to be able to implement native ads (Custom Ads to fit within my mobile app and not banner/interstitial ads) within my ionic app. Are there any existing cordova plugins that can be used to achieve this?
There are some questions related to this asked several years ago (Can we create ‘Native Ads’ in ionic?) (Native Admob ads using ionic/cordova) which the answers result in a no but wondering if this has changed over the years
I am also concerned with some ad related plugins that currently exist for Cordova/Ionic as there have been some reports which developers have complained about revenue lost/stolen from maintainers (https://github.com/ratson/cordova-plugin-admob-free/issues/354) (https://github.com/ionic-team/ionic-docs/issues/698)
The closest solution to what I want to achieve seems to be implementing Admob Pro (https://github.com/floatinghotpot/cordova-admob-pro) and using a mediation to the Facebook Audience Network to provide a "hack" implementation with very little flexibility. However, I can face the concern of potential lost/stolen revenue with this path by using this plugin.
Any solutions or advice would be greatly appreciated!