/
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>
, multiple selections available,
Related content
Functions for React Single-Pages
Functions for React Single-Pages
Read with this
Scripts config tab
Scripts config tab
More like this
Global Scripts tab
Global Scripts tab
Read with this
Additional functionalities provided by ATF
Additional functionalities provided by ATF
More like this
Updating the data layer information
Updating the data layer information
More like this
ATF Manager - Ad Integration
ATF Manager - Ad Integration
More like this