Customizing a Website Goal
    • 1 Minute to read
    • Dark
      Light

    Customizing a Website Goal

    • Dark
      Light

    Article summary

    With the variable wt_teaserConversions you can define further conversion targets in addition to your order confirmation page. On these pages, the variable wt_teaserConversions must be defined in the source code.

    Set this variable directly on the conversion page, before the webtrekk_v4.min.js file.

    Example Conversion Page

    <script type="text/javascript"> 
       var wt_teaserConversions = 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?