Introduction:
This guide outlines the steps to set up Bing tracking in LeadsHook, allowing you to monitor and analyze your decision tree’s performance effectively.
Step-by-Step Instructions:
Step 1: Add the UET Tag for all pages by pasting the script inside the decision tree level.

See the short clip below on how to insert DT level scripts
Step 2: Insert the conversion script inside the node level (Where you want the conversion to fire)

UPDATE: When adding the conversion Script, please make sure to add only the second and third line.
It should be something like this: (The image above is for setups where you need to call a function to fire the conversion and set it to a button or any clickable hyperlink)
<script>
window.uetq = window.uetq || [];
window.uetq.push('event', 'CONVERSION_NAME_HERE', {});
</script>
See the short clip below how to insert node level scripts
Conclusion:
Setting up Bing tracking in LeadsHook allows effective tracking of user interactions and conversions, significantly aiding in performance analysis and optimization.
FAQs:
- Can I set up different conversion scripts for different nodes in the decision tree?
- Yes, you can set up unique conversion scripts for each node to track specific user interactions.