I'm using the HTML5 SDK and have some customers reporting ads which get "stuck" showing a black rectangle and never start. Worse yet, these ads aren't timing-out so affected customers are unable to progress to play my game.
I haven't been able to repro the issue myself, but have obtained log information about one of the problematic ads (it may be the only one):
ad.getAdId() -> moat_ad
ad.getTitle() -> WALMART_MAYJUNEINFLUENCERS_DBM_PREROLL_LR-NEUSTAR_RON_CLM-ENGAGEDVOTER_US_15s
ad.getDescription() -> (empty)
ad.getDuration() -> 15
ad.getContentType() -> application/x-shockwave-flash
ad.getAdSystem() -> 2.0
This information was pulled from
google.ima.Ad instance during a CONTENT_PAUSE_REQUESTED event. Unfortunately it isn't enough for me to locate the ad in the "Allow & block ads" section of the AdSense portal.
So my questions are:
- Is there another property of the ad I should be reading to help me locate it? If not, how can I block this ad?
- Is there a way I can construct a test tag to load this specific ad or get the raw VAST response so I can verify there isn't something wrong with my IMA SDK integration?