I would like to hide the ads after the first clicking of an ad. I was thinking to put the ads.hide() in the adListener if the event.phase=“shown”. This doesn’t seem to work. I’m not very familiar with ads so any help would be appreciated.
function adListener(event)
if ( event.phase == “shown” ) then
ads.hide()
end
end
Thanks,
Greg