/
No Ad Delivery

No Ad Delivery

It is possible to disable the ad delivery on specific pages. If you add the information in the dataLayer no scripts related to the ad delivery and ads will be written on the page. Via the ATF-Manager is it possible to force execution for specific scripts e.g. user targeting, etc. .

Code:
dataLayer.push({ 'atf-noAdDelivery': true });
Example:
<script type="text/javascript"> window.dataLayer = window.dataLayer || [];   dataLayer.push({ 'atf-contentType': 'news' });   dataLayer.push({ 'atf-channel': 'newsletter' });   dataLayer.push({ 'atf-noAdDelivery': true }); </script>

 

Related content