First we need to add our scripts to the global or DT level scripts section. ( In the DT settings ) That means the FB pixel and the js-sha256 library. Both above the <head> Like so: The library tag to copy/paste looks like this: In a node you want to track setup a node level […]
All posts by Nik T
Ontraport API
Step 1: Get your API key Step 2: Get your App ID These credentials can be requested in your Administration settings. To setup the webhook ( or api ) node in LeadsHook Step 3: Now add a webhook node ( or api node ) onto your canvas We need to set it up like so: Title: […]
How To Split First Name and Last Name
Introduction: If you are capturing the lead’s full name in one custom field and wanted to display ONLY the first name on the next node, add the below script on the node level. Please note:The example script above ‘{full_name}’ is where you are saving the leads full name. You need to replace this with the […]
Lead Prosper
Introduction: Step-by-Step Instructions: I. Setup clients Step 1. In the menu on the left: click on ‘Clients’. Step 2. Then click ‘Add’. Step 3. And fill out the popup form #1. Leadshook For Company name type “LeadsHook” add our email address “help@www.www.leadshook.com” #2. Webhook.site – This client is for testing only. A real campaign would […]
Do calculations using a script
Introduction Step-by-Step Instructions: Step 1: In a Q&A node, add a script Step 2: Give it a name, for type choose script, and set it to fire on exit of the node Important: DT.setField function cannot be used on the last node for V2 DTs. Inside the script section we can define our script. For example: […]
Change the DT title using a script
Introduction Step-by-Step Instructions: In the DT level scripts: Step 1: Create a new script above the closing </head> section Step 2: Simply copy this code: Change the text in double quotes to be your new title.
Complete Guide to Page Speed Analysis
WARNING! TECHNICAL ARTICLE Introduction In this article, you’ll learn details on how to analyze your pages. September 2023: Leadshook V2 is already available as a standalone DT fully separated from a V1 DT. Background A common question, we get is how to improve Google Page Speed score. My conversions are down so must be because […]
How to Setup “Custom Page” Node
Introduction In this article, you’ll get an overview of what is a custom page and how to set it up inside your decision tree. PLEASE NOTE: Custom Page node requires expertise in html, css and javascript. LeadsHook support is limited to the custom page node functionality. We do not provide support for custom code and […]
How to Export & Import Decision Trees
Introduction: In this article, we will walk you through the process of transferring decision trees between different LeadsHook accounts. This feature allows users to share, rent, or sell their decision trees with ease. After following the instructions provided in this article, you will be able to export and import decision trees successfully. Exporting Decision Tree: […]
How to Send Your Leads From LeadsHook to Go High Level
Introduction In this article you’ll discover how to send leads to Go High Level using Webhook Node. Special thanks to Rob Olsen who has provided much of the content shared on page. Please see the accompanying detailed notes below as well… PLEASE NOTE: You no longer have to use the custom script to format phone […]