Adform ads not blocked
-
Hello,
we need to hide ads before agreeing to marketing cookies, which works well for Google AdSense ads by inserting attributes data-category=”marketing” data-service=”ads” (as it is written in your manual https://complianz.io/developers-guide-for-third-party-integrations/ ), see script example:
<!–
<div data-category=”marketing” data-service=”adsense_ads”>
<script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9090791091989425″ crossorigin =”anonymous”></script>
<ins class=”adsbygoogle”
? ? ? style=”display:inline-block;width:300px;height:600px”
? ? ? data-ad-client=”ca-pub-9090791091989425″
? ? ? data-ad-slot=”6509457201″></ins>
<script>
? ? ? (adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
–>
Unfortunately, the same principle does not work when we try to block loading for Adform ads, e.g.:
<!–?
<div data-category=”marketing” data-service=”adform_ads”><script language=”javascript” src=”https://track.adform.net/adfscript/?bn=43721553″></script>
<no script>
<a href=”https://track.adform.net/C/?bn=43721553;C=0″ target=”_blank”><img src=”https://track.adform.net/adfserve/?bn=43721553;srctype=4;ord=%5Btimestamp%5D” border=”0″ width=”300″ height=”250″ alt=””/></a>
</noscript></div>
–>
What’s wrong here, why does it succeed in blocking AdSense and fails with Adform ad scripts that are displayed even when marketing cookies are disabled?
Thanks in advance for any help in solving this problem.The page I need help with: [log in to see the link]
- The topic ‘Adform ads not blocked’ is closed to new replies.