Customizing the Engagement Page
    • 1 Minute to read
    • Dark
      Light

    Customizing the Engagement Page

    • Dark
      Light

    Article summary

    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?

    What's Next