Hello,
Currently, the Discourse ad plugin enforces safeframes for Google Ad Manager (DFP) for all ad units:
window.googletag.pubads().setForceSafeFrame(true);
While safeframing is declared as best practice by Google, the rest of the advertising ecosystem broadly disagrees.
Safe-framing prevents 3rd party ad technologies from gaining the access they need to perform a full auction with all page and user signals, and to render creatives.
For instance, most bidders using prebid (the most widely adopted open-source ad technology) advise publishers to disable safeframes. Not doing so severely depresses the CPMs publisher achieve from the open auction.
Can a checkbox be added to change setForceSafeFrame to false?
Thank you!