Manually Identify leads using email
LeadBoxer is build on top of a full web analytics platform, meaning we can measure anything happening on your site and add this information to the profile of your lead/ visitor /customer. We have an extensive API and javascript library that can be used to enrich profiles from forms, signups, logins, campaigns, etc.
This technology can now also be used to identify individuals from the the personal emails you send out, by passing the lead details using links to your website.
To identify website visitors from manual emails you send out, you need to:
- 1.Add one or more links in your email, that link to pages that have the leadBoxer pixel installed.
- 2.Append the links with tracking parameters of you choice.
LeadBoxer auto captures lead values from these url parameters:
- email
- firstName
- lastName
- companyName
- phoneNumber
- lb_id
This means that if your visitors views a page with the below URL, we will automatically add these values (email, first name, lastname, etc) to the specific lead.
http://www.website.com/[email protected]&firstName=Jane&lastName=Doe&companyName=ABC&phoneNumber=123

The lb_id parameter is special. Use this to add your own ID to a visitor so that you can match the visitor to another source. For example a client ID from a online purchase, a custom build mailing tool or if you cannot use UTM tags
In case you missed it, we also automatically capture the values for the Google Analytics Tracking parameters aka UTM tags.
- utm_source
- utm_medium
- utm_campaign
- utm_term
- utm_content
Last updated on October 30, 2019
Last modified 8mo ago