Capturing Hyphenated Parameters in LeadsHook

Introduction: In this article, you will learn how to capture hyphenated parameters and save them as custom fields in LeadsHook using JavaScript. Here’s a clear step-by-step process using a sample script: In the above script: You can place the script at the node level of your decision tree. Adjust parameters and custom field names as […]

Read More

How to Setup Pay Ringba Per Call Campaigns Inside LeadsHook

In this article you’ll learn how to setup Pay Per Call Campaigns using Ringba. We are showing you how to setup Ringba campaigns using Serverside script. We used the clientside version but we found there was a latency when using a number pool. You can see the phone number change in realtime. This ‘flashy’ experience […]

Read More

5 Easy Non-Techie Steps to Setup Your Tracking for Version 2 Decision Trees

Please note: This is only applicable for Version 2 decision trees. For Version 1, please refer to this guide: https://www.leadshook.com/help/using-leadshook-with-google-tag-manager-google-analytics-4/ In this article, you’ll learn how to set up your tracking in less than 3 minutes! Google Ads, Google Analytics 4, Facebook, Twitter, TikTok & Microsoft Ads! You’ll discover how to access your automagically created […]

Read More

How to add an auto-next script with a delay

Version 1: Simply add the script below to the body of your node. Version 2: Use the code below for version 2. Set Delay Timeout: You can change the time delay by updating the set timeout time to the desired millisecond time. Please refer to the screenshot below.

Read More

How to Setup TrustedForm by ActiveProspect

IMPORTANT UPDATE: ActiveProspect has just released a new security update which will affect clients who are claiming their own lead certificates. This means that You will now need to verify your domain in order to properly claim the certificate. This is to ensure that your leads will not be able to be claimed from any […]

Read More

How to Add Click-to-Call Button

Introduction HTML5 includes a protocol for making an element clickable and opening the phone app and adding the number to call. This makes it very easy to add a Click-to-Call button in your Decision Tree. Take note, make sure to include target=”_blank” as this is the only way that this would work for IOS users. […]

Read More

How to Save Google’s Client ID in a Custom Field

Introduction: This guide will walk you through the process of capturing Google’s cookie and saving the client ID into a custom field. By following these steps, you will be able to successfully store the client ID from Google’s cookie in a custom field named “clientid”. Prerequisites: Step-by-Step Instructions: Step 1: Ensure GA Setup Step 2: […]

Read More

How to add a tooltip

Introduction In this article, you will learn how you can add a tooltip. A tooltip is often used to specify extra information about something when the user moves the mouse pointer over an element. Step by Step Instructions LeadsHook provides 2 options to add a tooltip in a node. I. First Option: Using node level […]

Read More