This guide is provided without our free support because setups vary from business to business. This guide is for a technical audience. Please contact us if you need our technical and development services. In this article, you’ll learn how to pass any data from your website to LeadsHook as a custom field. You can pass […]
Category: Custom Fields
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 Split First Name and Last Name
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 […]
LeadsHook Contextual Custom Fields
LeadsHook has the following ‘secret’ custom fields so you don’t have to enter values manually each node.LeadsHook will automatically replace the values of the CURRENT decision tree and node into these fields. And these values are automatically replaced on every node where these custom fields are used. Warning! The values of these fields CHANGE for […]
Using Cases and Field filters to convert a custom field to another format and display it within the node level settings.
You can use Node Level Case and Field filters to display your custom fields to a different format. You can use this on Start Page Nodes, Question and Answer Nodes, Form Nodes and Result Nodes. Based on the Image examples below, you can access the Case and Field Filters once you click “Add Fields”. It […]
Tracking Your Decision Tree Version Numbers
In this article you will learn about decision tree version numbers. Whenever you PUBLISH your decision trees, LeadsHook assigns a new version id. Your decision tree also has version number appended to your decision tree name… You can also track version id, via this special custom field… _c_dt_ver Adding Decision Tree Version Number to Your […]
Survey/Quiz Score – using Sum Plus feature
When creating a survey or quiz you might need to assign points to your questions and tally up a score. One way that this is possible is using the sum plus feature. Using the sum plus feature we create a single number custom field and assign it to multiple nodes. Instructions:
How to Add Google Tag Manager to LeadsHook
Setting up cross domain tracking is one of more advanced topics and even more so when using Google Tag Manager. The GTM container attached below (see Video 3) does all of the heavy lifting for you but if you do not have an advanced understanding then troubleshooting issues is going to be challenging. So please […]
How to create a time stamp custom field.
Each lead is stamped with the ‘created at’ time stamp. However, there is no way to call this field in your Decision Tree. So let’s examine the case where you need to use your own time stamp custom field. Simply create a text field called ‘timestamp’ And then copy/paste this code into a node script […]
Conditional Logic using Calculated fields
The ternary operator is an operator that exists in some programming languages, which takes three operands rather than the typical one or two that most operators use. It provides a way to shorten a simple if else block. In this article we will apply this technique using a calculated field. Here’s an example So if the business skill variable is less […]