Customizing the Engagement Page
- 1 Minute to read
- Print
- DarkLight
Customizing the Engagement Page
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
If you measure the engagements manually, you must define the variable wt_teaserEngagements in the source code of the desired engagement pages.
Set this variable directly on the desired engagement pages, even before the webtrekk_v4.min.js file.
Example Engagement Page
<script type="text/javascript">
var wt_teaserEngagements = true;
</script>
<script type="text/javascript" src="path/to/file/pixel-teasertracking-v2.min.js"></script>
<script type="text/javascript" src="path/to/file/webtrekk_v4.min.js"></script>
Was this article helpful?