-
Notifications
You must be signed in to change notification settings - Fork 157
the ol' 'asynchronously-loaded' #381
Comments
Try moving |
Did you get this working in the end @joergipoergi? I'm hitting the same error when trying to execute the following code after page load. var tag = `<ins class='dcmads' style='display:inline-block;width:320px;height:50px'
data-dcm-placement='*id*'
data-dcm-rendering-mode='iframe'
data-dcm-https-only
data-dcm-resettable-device-id=''
data-dcm-app-id=''>
<script src='https://www.googletagservices.com/dcm/dcmads.js'></script>
</ins>`;
postscribe(newElement, tag, {
done: function () {
console.info('ad should be loaded!');
}
}); Encountering the same warning thrown from Any insight appreciated @jnewman . Cheers! |
Hi any resolutions here |
@oller can you send me a test page? I'm not able to reproduce this error. A https://plnkr.co would be ideal. |
this can be solved using google light passback tag instead of normal gpt tag |
Hi, maybe i'm getting something wrong, or one of my ad providers are.
but using postscribe with this string:
yields this error
Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened.
of course i have to say, these guys are trying to implement some form of header-bidding, ie, they call a couple of programmatic-adproviders, let each of them do their own bidding and then choose the best bidder. It's all very complicated and i understand only half of it.
I don't think it's a bug and i actually want the providers (they are called yieldlove) to change their code, but maybe you guys have a better explanation?
I am a developer, so you can talk normal to me. I work for a big austrian newspaper.
The text was updated successfully, but these errors were encountered: