
In the next article, we will go through all the possible ways to track lead generation and trigger lead event in AnyTrack.
Choose the one that you prefer between:
4. Collecting the lead values via javascript
💡Reminder: In order to start tracking leads you have to insert the AnyTrack tag first.
Lead Generation platform
First, check if you find your lead generation platform in our integration catalog
After following the instruction of your relevant integration, you will start to track leads and see them attributed inside the platform.
Client-side tracking
In case you don't find your platform in our catalog, the easiest solution will be putting the next code on the thank you page that appears after the lead submission:
<script>
// trigger a Lead event
var click_id = AnyTrack('trigger', 'Lead');
</script>
📹 You can follow the next tutorial that explains how to insert the event code
Custom integration
In case you don't find your platform in our catalog and you would like to track your leads via the server-side you can have a custom integration.
The requirements for custom integration:
🔸 Having webhook in the lead generation platform
🔸Supporting Hidden parameter in order to pass the Click ID
🔸 Zapier account
In case you have everything above you can follow the next guide
❗️If you need help in the installation don't hesitate to reach the support!
Collecting the lead values via javascript
💡This is a really good hack as the more values you send from AnyTrack to Facebook the higher match rate that your event will get. You will be able to fire a lead event and also get the personal details of the lead, like Email, phone, etc...
In order to learn how to do it click here
❗️If you need help in the installation don't hesitate to reach the support!
Did you finish installing the lead generation tracking? Great! 🎉
The next two article can be really relevant to you:
Comments
0 comments
Please sign in to leave a comment.