main.lua ( http://docs.coronalabs.com/daily/api/library/ads/init.html )
local ads = require “ads”
local function adListener( event )
if event.isError then
– Failed to receive an ad.
end
end
ads.init( “admob”, “myAppId”, adListener )
ads.show( “banner”, { x=0, y=0 } )
What is appID? I only have the app name…
And “banner” is a reference to the bannerID that I have created in admob site???
Please help me
Thanks