How to Deploy the LeadSquared Tracking Script on Your Website?
You use this procedure to deploy Visitor Tracking Script on your website
Here’s a short tutorial on installing the LeadSquared Tracking Script –
Note:
- Website tracking scripts capture page views and UTM sources by default.
- To capture custom web events, please refer to Logging Custom Website Activities.
Assigning a Lead Score for Visits to a Specific Webpage or Landing Page
To track and assign a specific lead score when a lead visits a particular webpage or landing page on your website, follow these steps:
Step 1: Locate Your Website Tracking Script
By default, the LeadSquared website tracking script looks like this:
<!--LeadSquared Tracking Code Start-->
<script type="text/javascript" src="http://web.mxradon.com/t/Tracker.js"></script>
<script type="text/javascript">
pidTracker('3894');
</script>
<!--LeadSquared Tracking Code End-->
Step 2: Insert the Score Assignment Line
To assign a specific score (e.g., 20) when a lead visits this page, add the following line within the tracking script:
Asc = 20;
Step 3: Update the Tracking Script
After inserting the score assignment, your updated script should look like this:
<!--LeadSquared Tracking Code Start-->
<script type="text/javascript" src="http://web.mxradon.com/t/Tracker.js"></script>
<script type="text/javascript">
Asc = 20;
pidTracker('3094');
</script>
<!--LeadSquared Tracking Code End-->
Now, whenever a lead visits this page, their score will increase by 20.
Any Questions
If you have any questions about the LeadSquared Tracking Script, leave us a comment below. We’ll get back to you asap!
In This Playlist
16 videosHow to Deploy the LeadSquared Tracking Script on Your Website?
July 24, 2023
LeadSquared Mobile App Video Tutorial
March 6, 2023
Managing Lead Access Across Groups – Group Hierarchies
February 15, 2018
How to Structure and Align Your Emails Better in LeadSquared
October 18, 2016
How to Easily Resend Emails to New Leads
October 18, 2016
How to Change Fonts to Make Your Emails More Readable
October 18, 2016
How to Create Recipient and Suppression Lists for Your Emails
October 18, 2016
How to Add Hyperlinks to Your Emails in LeadSquared
October 18, 2016