How to create a Decision Tree Based on LeadsHook Templates

Introduction: In this article, we will learn how to create a decision tree based on LeadsHook templates. Step by Step Instructions: Step 1: Login into your LeadsHook account: https://www.leadshook.com/ Step 2: Click on ‘Decision Trees’ in the top navigation bar, then click the “Add New” button for Version 1 and the “Add New (V2)” button […]

Read More

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: […]

Read More

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.

Read More

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 […]

Read More

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: […]

Read More

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 […]

Read More

Loopback to 2nd node in any DT from the header/footer section

Introduction: In any of the header/footer editors copy/paste this button And in the start node source code editor copy/paste this script <script> $(document).ready(function() { if (window.location.href.indexOf(“skip=true”) > -1) { var scope = $(‘.app’).scope() scope.next() } }); </script> Basically if the parameter exists, then skip to 2nd node

Read More

Using Google Sheets as a Lookup Table

Introduction In this article you’ll learn how to use Google Sheets as an external database. You can make API calls from LeadsHook using the API node and SAVE the returning data into custom fields. There are 2 methods available… METHOD 1: Easy Method Using a 3rd Party App (Developer NOT Required) In method 1, you […]

Read More

Complete Guide to Personalization Using Decision Nodes

Introduction In this guide you’ll discover how to present the most relevant content, offers to your website visitors. You’ll also learn how to ‘profile’ your leads and customers so you only present the offers they are most likely to buy or consume. You’ll learn how best to help your customers and clients consume your products […]

Read More