http://developer.admob.com/wiki/Android#AdMob_Android_SDK
There they have an example of the simplest smartphone web integration
<script type="text/javascript">
var admob_vars = {
pubid: '[PUBLISHER_ID]', // publisher id
bgcolor: '000000', // background color (hex)
text: 'FFFFFF', // font-color (hex)
test: true // test mode, set to false if non-test mode
};
</script>
<script type="text/javascript" src="http://mm.admob.com/static/iphone/iadmob.js">
</script>
Turns out that if I put that in an html file with my publisher ID, upload to the Dropbox Public folder and access it with my phone.. nothing is shown and admob says my site is inactive (never received an ad request).
It seems like everybody except me is not having issues with this.. So, anybody knows what’s wrong?
AdMob Smartphone Web is not supported any more