Closed lminarini closed 7 years ago
Seems that the problem is that the site americanexpress.com doesnt allow to be embeded in an iframe use another domain to test.
SRC: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
Closing this as answered, please reopen if additional info.
Type of issue
Question
Description
Hi! Recently I've been trying a prebid implementation (here you can see the live example: http://guitadigital.com/larissa/testando-prebid-loucamente/?pbjs_debug=true), but somehow I'm getting the pbjs.renderAd call twice on a unique ad request.
Here's the main code I wrote (it has some changes/adaptations):
this code is kept in a .js external file and called through the following script tag in the of the site
the key objective here is to keep the less code possible in our header and to display the ad, we call an empty div tag matching the ID "psr-ads-SR-qmfc1ee"
Here's the console log:
I was hoping that someone here could help me with this. Thanks.