I added an Inneractive ad to my game, but got nothing on my Droid X. So I entered the ID into the Sample code that came with Corona, still nothing. So I took the basic Hello World app and added the ad to it - and still nothing.
(my code)
display.setStatusBar (display.HiddenStatusBar)
local textObject = display.newText(“Hello World!”,50,50,nil,24)
textObject:setTextColor( 255,255,255 )
local ads = require “ads”
ads.init( “inneractive”, “gadigames_CleanthePark_Android” )
ads.show( “banner”, { x=0, y=0, interval=60 } )
[import]uid: 20205 topic_id: 21376 reply_id: 321376[/import]