Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we create ‘Native Ads’ in ionic?

I want to implement the native Ads in the ionic app. I have seen some native android apps which are using Native Ads to display Ads in the middle of the app content. I need the same functionality to display Ads in specific position of the app. Currently I am using google admob plugin for ads, I am able to create banner Ads and interstitial Ads but I need Ads in middle of content of the app.

is there any way to implement native ads in ionic?

Thanks in advance.

like image 604
Harish s Avatar asked Aug 08 '16 05:08

Harish s


People also ask

Are ionic components native?

Ionic React is web-first, meaning that it implements native iOS and Android UI patterns using cross-platform, standards-based web technology instead of accessing platform UI controls directly. In contrast, React Native provides an abstraction through React that controls platform UI controls directly.


2 Answers

As most people have replied, the answer is still a NO. You can't yet implement AdMob's Native Ad in Ionic.

The other alternative though is, Facebooks Audience Network. I spent some days figuring out how to make it work in an 'Ionic 2' application. I've made the code public on my blog along with Video Tutorials to implement the same. Hope it'll be helpful for some of you.

1. Facebook Native Ads: Ionic 2

2. Facebook Native Ads Clickable Area: Ionic 2

Other codes ..(just in case someone is still looking for it)

3. Facebook Banner and Interstitial Ads: Ionic 2

4. Adding AdMob In Ionic 2 (Banner, Interstitial and Rewarded Video Ads.)

like image 125
SATISH Avatar answered Sep 30 '22 03:09

SATISH


In ionic with google admob we can't create 'Native ads'

we have used 'Facebook audience network' ads for integrating the native ads in ionic.

we have a clear cordova plugin to integrate facebook ads which make my work simpler.

you can refer this cordova plugin : https://github.com/floatinghotpot/cordova-plugin-facebookads

if any one has any issue with this plugin integration you can post here, i will try to help you.

Thanks.

like image 24
Harish s Avatar answered Sep 30 '22 04:09

Harish s