I have the mobile size for ads. I just pasted the HTML below. Is it because I'm in the application and it will show up on the App Store or what? Does in just not work? Answers ASAP
script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
!-- ApocalypseZ - Point Zero -->
ins class="adsbygoogle"
style="display:inline-block;width:320px;height:100px"
data-ad-client="ca-pub-6215569525424348"
data-ad-slot="2304918316">
script>
(adsbygoogle = window.adsbygoogle || []).push({});
/script>
Note: I cant put < but it is there.
wdym? i put it in the text area, I don't know how to access the squiffy html
Oh, I think <script>
doesn't work inside the text editor..
you need to paste it in the bottom of your HTML file.
to access the HTML you need to build your game as an HTML file and edit it using any text editor.