Skip to end of banner
Go to start of banner

No Ad Delivery

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

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 or DMP.

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>

  • No labels