Adding ads to a display group

Is it possible to ad inneractive ads into a display group? The idea is to put the ad in a little box with ‘X’ for closing the ad. It would also allow animating the ads in our out. The ads.show() code doesn’t return any object or table so it’s worth at least asking the question.

This is the type of setup that would be nice:
[lua]local adGroup = display.newGroup()
local bannerAd = ads.show(“banner”, {x=display.contentCenterX-160, y=bottom-45, interval=10})
–If ads.show returned a display object ^^
adGroup:insert(bannerAd)[/lua]

Thanks for any comments! [import]uid: 168249 topic_id: 31462 reply_id: 331462[/import]