Customizing a Website Goal
- 1 Minute to read
- Print
- DarkLight
Customizing a Website Goal
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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?