parent
b81c74984e
commit
f0d208f050
2 changed files with 21 additions and 5 deletions
@ -1,9 +1,23 @@ |
||||
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> |
||||
<script async src='https://securepubads.g.doubleclick.net/tag/js/gpt.js' |
||||
></script> |
||||
<script async> |
||||
// @ts-nocheck |
||||
window.googletag = window.googletag || {cmd: []}; |
||||
googletag.cmd.push(function() { |
||||
googletag.defineSlot('/22873384501/roadmap', ['fluid'], 'div-gpt-ad-1742391132948-0').addService(googletag.pubads()); |
||||
window.googletag = window.googletag || { cmd: [] }; |
||||
googletag.cmd.push(function () { |
||||
// Always use non-personalized ads |
||||
googletag.pubads().setPrivacySettings({ |
||||
restrictDataProcessing: true, |
||||
nonPersonalizedAds: true, |
||||
}); |
||||
|
||||
// Define ad slot and enable services |
||||
googletag |
||||
.defineSlot( |
||||
'/22873384501/roadmap', |
||||
['fluid'], |
||||
'div-gpt-ad-1742391132948-0', |
||||
) |
||||
.addService(googletag.pubads()); |
||||
googletag.enableServices(); |
||||
}); |
||||
</script> |
||||
</script> |
||||
|
Loading…
Reference in new issue