Introduction Currently the fields are not existing in Leadshook, you may have to create the fields exactly the same in the guide links for each app below. Please check this article on understanding URL parameters: https://www.leadshook.com/help/how-to-use-url-parameters/ Step by Step Instructions on how to create a custom field inside LeadsHook Go to ‘Admin‘ Select ‘Custom Fields‘ […]
Category: Decision Tree
How to Save Google’s Client ID in a Custom Field
In this article you’ll discover how to capture google’ cookie and save client id into a custom field. REQUIRED: STEP 1: Please ensure GA has been setup correctly. STEP 2: Add script to first node and fire on entry as shown below. This will save clientid from Google’s cookie into the custom field, ‘clientid’. STEP […]
How to Pass your Decision Tree Tags via API or Webhook
You can now send all your Decision Tree Tags via API or Webhook You can use {_lead_tags} for sending them as a string with comma separated tag values or you can also use {_lead_tags_array} to send them as an array. NOTE: {_lead_tags_array} should not be enclosed with ” ” as it needs to be sent […]
How to Use Conditional Dropdowns in Your Decision Tree
In the short video below you’ll learn how to setup your conditional dropdown. What’s is a Conditional Dropdown? It’s a combination of dropdowns where the values available for selection change based on previous selection. Example: If you select a specific car make, say, Toyota then you’ll only its models. How to Setup a Conditional Dropdown […]
How to Setup Pop-Up Poll Campaign Using Custom Page Node
Please Note: Custom Page node requires advance technical skills so is best managed with a developer .In this article, we’ll share an example of the use of custom page node to create a poll with a pop-up form. The answer selected is also saved into a custom field. NOTE! The DT.setField function is sitting at […]
How to Build a Calculator With Custom Page Nodes
In this article, you’ll learn how to use custom page nodes to save data into custom fields and then use the custom fields in a JS function. Test the decision tree here: https://marketing.leadshook.io/survey/S1TcY06gDUM0KhMw5tefPVp3zmEjJ6xvn7a8EFGw PLEASE NOTE: When IMPORTING a Decision Tree that contains custom page nodes with custom fields, then you MUST create the corresponding custom […]
A simple way to prevent searching engines from indexing your decision tree
To prevent most search engine web crawlers from indexing your decision tree, Add the following script under admin and use it for any/all DTs you want. To prevent most search engine web crawlers from indexing a page on your site, place the following meta tag into the <head> section of your decision tree: To prevent […]
How to create a Decision Tree Based on LeadsHook Templates
In this article, we will learn how to create a decision tree based on LeadsHook templates. Step by Step Instructions Login into your LeadsHook account: https://www.leadshook.com/ Click ‘Decision Trees’ from the top navigation bar and then click the button, “Add New” Select ‘Choose a Template’, you’ll see templates you can use. Click the button, “Use” […]
How to Export & Import Decision Trees
LeadsHook makes it easy to transfer decision trees between accounts. You can share, rent or sell your decision trees. EXPORT: Steps 1 and 2 IMPORT: Steps 3, 4 and 5
How to Send Your Leads From LeadsHook to Go High Level
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 numbers. […]