becvert / cordova-plugin-admob-mediation-facebook

MIT License
10 stars 14 forks source link

Can we get the documentation for this #1

Closed mujaffars closed 7 years ago

mujaffars commented 7 years ago

Need to have an example documentation for actual implementation

becvert commented 7 years ago

All is said in the README: You install this plugin alongside admob-free for instance, and you call the javascript API of the latter. The Admob SDK included with admob-free is in charge of interacting with this Facebook Adapter code. There's no Javascript API with this plugin. It's just a "drop-in" plugin.

mujaffars commented 7 years ago

With phonegap build how to include this in config.xml?

<gap:plugin name="cordova-plugin-admob-mediation-facebook" source="npm" /> Is this correct?

Is Facebook Audience Network sdk required for this while using with phonegap build if yes then how to include it?

Thanks,

becvert commented 7 years ago

I'm not familiar with phonegap, but I'd say it should look something like that indeed:

<gap:plugin name="cordova-plugin-admob-free" source="npm" />
<gap:plugin name="cordova-plugin-admob-mediation-facebook" source="npm" />

You should not need to add the FAN sdk otherwise.

mujaffars commented 7 years ago

Hello Becvert

I have tried to implement facebook mediation but it is not working

The google page sdk less says. There are few mediation networks with sdk-free implementation. But in that category Facebook didn't come.

So is sdk really required for this?