我正在尝试设置新元素的 html 内容,但是当我检查 slot.getHtml() 是否为我提供了 html 元素(在下面设置)时,它显示一个空字符串。知道为什么会发生这种情况吗?
var slot = googletag.defineSlot('/1234567/sports', [160, 600], 'ozge')
.addService(googletag.companionAds())
.addService(googletag.pubads())
.addService(googletag.content());
googletag.content().setContent(slot, '<h2>Custom content in ad slot.</h2>')
我使用此链接中的代码片段来查看新定义的插槽:https ://gist.github.com/rdillmanCN/a70ec955d9a982127fefadabe8b898b5