How to Pass a Parameter From a Script to a Custom Field.

Introduction: If you use custom scripts, sometimes you will want to pass a scripted variable to a custom field. You’ll also learn see a script with conditions where you can update the value of a custom field after comparing 2 values. Important: DT.setField function cannot be used on the last node for V2 DTs. The […]

Read More

How to Save Tracking & Sub IDs Quickly & Easily

Introduction: This guide provides a process for storing your third-party tracking and sub-IDs into LeadsHook custom fields. By the end, you’ll understand how to save these IDs and how to store your exit URL along with custom fields to pass it to your Email Service Provider (ESP). Important: DT.setField function cannot be used on the […]

Read More

How to Add a Delay Before Redirecting to an External Page

Introduction: This guide illustrates how to add a delay before redirecting users to an external page in LeadsHook. By implementing the provided script, you can improve user experience and provide necessary notifications before redirection. Step-by-Step Instructions: Add the Following Code as shown below Note: The numeric value (2500) in the script determines the delay before […]

Read More

How to Directly Integrate Google Analytics

Introduction: This guide covers two methods for direct integration of Google Analytics with LeadsHook – Global Scripts installation and Decision Tree Level installation. Warning! The preferred approach is to use Google Tag Manager because of cross domain tracking issues with direct Google Analytics integration. Please watch this video to learn why you should be using […]

Read More

How to Add 3rd Party Tracking Scripts Inside LeadsHook

Introduction: This guide breaks down how to add third-party tracking scripts in LeadsHook. These scripts are generally used for tracking and analytics purposes. Prerequisites: Discussion: Most tracking scripts consist of two parts: LeadsHook provides 3 ways to add 3rd Party Scripts 1. Global Scripts If there are scripts that you’ll use or apply to more […]

Read More