In this article you’ll learn how to give access to LeadsHook team to help troubleshoot or setup Facebook tracking such as pixels and/or Facebook Serverside Tracking. STEP 1: Login into Facebook Business Manager STEP 2: Add LeadsHook Team Member Team member will provide their email Step 3: Select Pixels Only We do NOT need any […]
Category: Uncategorized
How to add CSS to a node
Its possible to modify the visual aspect of any given HTML in a node. As we are scripting, we should really do a comprehensive course on HTML & CSS first. I recommend the official W3C tutorial online: https://www.w3schools.com/ Once we understand that it will be relatively easy to modify the design of HTML elements in […]
Complete Guide to Scripts
In this article you’ll learn about the scripting power of LeadsHook Your biggest gains in marketing often come from testing new or even what appears as a ‘dumb’ idea. Sometimes the standard features won’t allow you to execute your test ideas. This is where you are use scripting capability of LeadsHook to implement pretty much […]
How to Transfer Leads to FLG
In this article you’ll learn how to transfer leads to FLG. Assumptions: You have already collected your leads’ and customers’ information and now passing it into FLG. Use a Webhook Node and set it up as shown below… Please find sample payload below. Please add more fields as required.
How to Add Your LeadsHook Domain to ‘Allow List’ — Receive Events for Facebook Pixel
Introduction In this article you’ll learn how to add your LeadsHook account url so your event data can be submitted to your Facebook pixel. Please note: This action is different to verifying your domain. Please see an upcoming article on Facebook Domain Verification. WARNING! By default, Facebook receives data from ALL domains where you have […]
A simple way to prevent searching engines from indexing your decision tree
To prevent most search engine web crawlers from indexing your decision tree, Add the following script under admin and use it for any/all DTs you want. To prevent most search engine web crawlers from indexing a page on your site, place the following meta tag into the <head> section of your decision tree: To prevent […]
Google Places – extra Address verification script
PLEASE NOTE: This script is provided to help you get started. Unfortunately, our free support does not include custom scripts. Any competent JS developer should be able to manipulate this script for your needs. Please contact us if you need help to find a developer. Please thoroughly test before use. When using real time address […]
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 […]
How to Encode Custom Fields being passed via Exit URL redirect from results node.
This guide will enable you to encode the custom fields being passed via the Results node Exit URL going to your External thank you page. In some cases you’ll need this to comply with your ad platform’s data privacy requirements. Example: Here’s a violation notice from Facebook… Take note, Leadshook will encode it on our […]
Ontraport API
Its possible to send a webhook or API call from LH into the Ontraport API. They have quite a large set of functions. In this example we will be creating a new contact with data about them. The official documentation is located here: http://api.ontraport.com/doc/#create-a-contact Get your API key Get your App ID These credentials can […]