Now I have a google adsense account, Plugin Iframe 1.42, my app (android), and the code from google adsense:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- test -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-1502224441290506"
data-ad-slot="8602681675"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
How do I put ads in my game?
Thanks first