-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Hey guys, it looks like the Ad Tagging mechanism has a flaw that makes our users suffer from blocking non-ad content (web games) by Heavy Ad Intervention:
https://www.arkadium.com/games/word-wipe
Indeed, game iframe has ima3.js in its creation call-stack - but this happens because we run pre-roll video ad prior to render it. We rely on ima3.js events - such as skip, complete, error to understand when the video ad has finished. And unfortunately, most of our games are more than 4MB, this is why we have this issue happening very often.
Could you please take a look if this is something that could be fixed here? Would we be able to add an exclusion (though we have >200 sites, such as games.dailymail.co.uk with our games and same rendering method).
I'd be very thankful for any information or advice how to avoid getting a game container tagged as "Ad" on our websites.
Thank you!