Admob not showing when testing on device

Will test ads show up on adhoc build.

Am I missing something from this code?

Plugin added to build.settings

--------ADMOB------------------

ads = require “ads”

local provider = “admob”

local appID = “810105488”

ads.init( provider, appID, adListener )

–when you want to show ad

ads.show(“interstitial”)

Please include errors relating to this from logcat or an alternative. 

Please include errors relating to this from logcat or an alternative.