Question

I am trying to implement following mobile networks admob,revmob,leadbolt and amazon api into my android application.I come to know it is possible to integrate all mobile ad networks in single app by one of the question answered in this forum. But I don't know It is possible or not.Can anyone help me whether it is possible,where can I begin to integrate?

Thanks

Était-ce utile?

La solution

You can use a mediator to provide an integrated front to several ad networks. THis is the recommended approach. One such is Admob https://developers.google.com/mobile-ads-sdk/docs/admob/mediation

You will ind a lot of the networks you want to integrate already supported out of the box. For those that aren't you can create a CustomEvent that hands off to that network.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top