How to create Ad Networks Field

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‘ […]

Read More

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 […]

Read More

Passing Data from Your Website Directly to LeadsHook!

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 […]

Read More

How to Troubleshoot Common Scripting Problems

LeadsHook is highly suitable for scripting via JavaScript. That includes JQuery and almost every other JS library. Here are some tips to ensure your scripts work without any issues. Loading & Firing of Node Level Scripts If you set your script to fire on enter of a node without a delay, the script will fire […]

Read More

How to Setup the Facebook Conversions API

In this article, you’ll learn how to setup the Facebook’s new Conversions API. We have included videos, sample scripts/code and a sample decision tree. Please import it into your LeadsHook account. >>> Warning! Please Update the Pixel IDs from the Base Pixel AND Serverside API Call from the Sample Decision Tree Provided Below <<< Assumptions […]

Read More

FB Hash

Some FB users require their data for FB to be cryptographically secure Facebook allow this using SHA256 ( Secure Hash Algorithm ) Here we will demonstrate how to do this First we need to add our scripts to the global or DT level scripts section. ( In the DT settings ) That means the FB […]

Read More

LeadsHook In-Canvas Analytics

You might be aware of tracking with Google Analytics or Facebook Analytics, or even using another third party solution. However, we have recently developed our own implementation that gives deep insight into Decision Tree behavior, while maintaining maximum simplicity. Up the top right you will see the Analytics button. Go ahead and hit it. 2. […]

Read More

How to Fire Pixels and Events Based Specific Conditions

LeadsHook provides a great UI for creating your Decision Trees. There are countless features that makes server side scripting easy. Additionally, power users might be glad to know that it’s also possible to go low level and use any HTML/CSS/JS that you might like. In this example we will be showing you how to create […]

Read More

HotJar installation

If you want to use HotJar tracking this guide will show you what you need to do. Note that we have users report that HotJar wont work with LeadsHook when using GTM. So you need to manually install the tracking code into your global or DT level script section. Log into your HotJar account Go […]

Read More

How to Setup Conversions Tracking Using Voluum

You can learn more about Voluum here: https://voluum.com/ VOLUUM SETTINGS Step 1: Make Note of Your Custom Conversions Please note all of these conversion events are tracked using parameter “et”… In the postback URL or conversion tracking pixel, there is a parameter, called et, and conversions will be categorized based on its value. Some affiliate networks let you input a specific […]

Read More