Introduction
Landing pages created in DemandCenter are automatically tracked by eTrigue. However, if circumstances require that you need to disable tracking on landing pages, users may add custom code to disable tracking.
Warning: Adding the custom below will disable tracking for that landing page. If you copy the landing page, then please be aware that the custom code will also be copied over as well. |
How to Add Custom Code to Disable Tracking
- Go to Assets > Assets and open your landing page template.
- Click Properties.
- Under Advanced Properties > Additional code to include in this landing page's <head>, add the following piece of code:
<script>
var _etgc = {x:{track:'0'}};
</script>
When finished, it will look like this: - Click Save.
Note: Forms on the landing page will continue to submit to DemandCenter. However, the matching prospect (or new prospect) will not contain any visits. |