Appearance
Basic App Tagging Instructions - Advanced Options
These tags are optional to the setup, and can be applied in specific cases if needed.
Suppression Tag
This snippet can be used to suppress activity on specific pages of your site that you do not wish to target or mail to.
- The following code snippet must be added to define a Suppression Event. Visitors tracked to such an event will be suppressed from audiences produced by the platform. Enable this feature by adding the code snippet to the <head> of your HTML file.
*Please note: update access key where placeholder is present, leaving single quotes intact.
Ex.) AccessKey: ‘000000000000’javascript<script> (function (d, e, u) { var s = document.createElement(e); s.src = u; s.async = true; s.defer = true; var m = d.getElementsByTagName(e)[0]; m.parentNode.insertBefore(s, m); })(document, 'script', 'https://cdn.datasteam.io/js/datasteampx.js'); MGX = typeof MGX === 'undefined' ? [] : MGX; MGX.push({ AccessKey: 'Your_Access_Key', //Must be set in MGX object or passed with commit Info: 'suppress' }); </script>NOTE: This MUST ONLY be triggered on a page to be suppressed. Do not use this and the page load tag on the same page.