Hey OracleTalk,
There should be an update pushed out sometime tonight, so keep your eye out for it!
Also, what is the ‘Google AdSense Client ID’ ? and will there be an ad on the screen at all times?
Google AdSense Client ID is the ID of the ad you will be showing on your site. If you’re in Google AdSense and looking at the Javascript code to paste into your site and looks something like this:
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– testing mobile –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:320px;height:50px”
data-ad-client=”ca-pub-6625568350857822“
data-ad-slot=”2025795687″></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
The client ID is the bolded text above.
Hope this helps!