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> |
<script async> |
||||||
// @ts-nocheck |
// @ts-nocheck |
||||||
window.googletag = window.googletag || { cmd: [] }; |
window.googletag = window.googletag || { cmd: [] }; |
||||||
googletag.cmd.push(function () { |
googletag.cmd.push(function () { |
||||||
googletag.defineSlot('/22873384501/roadmap', ['fluid'], 'div-gpt-ad-1742391132948-0').addService(googletag.pubads()); |
// 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(); |
googletag.enableServices(); |
||||||
}); |
}); |
||||||
</script> |
</script> |
Loading…
Reference in new issue