WARNING! It’s assumed you have an in-depth understanding of clientside, serverside tracking with deduplication. IMPORTANT! With this setup, you will need to add a ‘dummy’ node to the start of your decision tree. This can ADD latency because Node 1 has to load, fire GTM and fire pixels etc so please be sure to test […]
Category: Custom Page
How to use Google Sheet as a lookup table
Zipcode Lookup This method returns all row values associated with the zip code or any other data. It is useful for lookups when you need to retrieve the corresponding values. Step 1: Sign in to your Google account and access this google sheet link. https://docs.google.com/spreadsheets/d/1e8hYcRYIsu0bHY-445NKVB58nFxhS0mB2C9LRriJ_ik/edit?usp=sharing Step 2: Make a copy of the google sheet file […]
How to use Masked Input for Sensitive Information
Step 1: Create a Custom Field and name it masked_input Step 2: Add a new Custom Page and enter the code below
How to create a “Loading” function using Custom Page Node for V2 Decision Trees
Note: For V2 Decision Trees only. Step 1: Go to Decision Tree scripts and add the jquery library 2. Create custom page node and use the code below You can modify the code to have a different loading gif or text content. You can check the demo HERE
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 Introduction 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. IMPORTANT: The DT.setField function is sitting […]
How to Build a Calculator With Custom Page Nodes
Introduction 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/s/S1TcY06gDUM0KhMw5tefPVp3zmEjJ6xvn7a8EFGw PLEASE NOTE: When IMPORTING a Decision Tree that contains custom page nodes with custom fields, then you MUST create the corresponding […]
How to Add a Pop-Up Form to Your Decision Tree
In this article, you’ll learn how to add a pop-up (modal) so your form appears above the underlying question. Example: Test this Sample Pop-Up Decision Tree: https://marketing.leadshook.io/survey/l5Dt9bDEjmciUkDYu5cXiK4xJDye1Sa29mTISTTw Short Video to Explain Pop-Up Decision Tree Example (Please send your developer or technical resource to this page or contact LeadsHook for any custom requests). Download the sample […]
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 […]