Tag Archive for: tracking script

How to Deploy the LeadSquared Tracking Script on Your Website?

Here’s a short tutorial on installing the LeadSquared Tracking Script –

Note:

 

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!

How do I find if LeadSquared tracking script is on my website?

By installing LeadSquared tracking script on your website, you can track the lead visits on your website in your LeadSquared account. Please see this to know about Installing tracking script on your website.

How do I find if LeadSquared tracking script on my website.

On successful installation of Leadsquared tracking script on your website, you can find your tracking script as shown below.

  • Open your website
  • Right click and click on ‘ View page source ‘
  • Press ‘ CTRL+ F ‘ keys from your keyboard and search for ‘ mxradon ‘ keyword.

view page source

tracking

Note:

  • The Leadsquared tracking script is unique for each account, so your script will contain a unique id OR Leadsquared account number.
  • On finding the tracking script in your website, the unique id there in the tracking script must match with your Leadsquared account number.

You can find your Leadsquared account number as shown below.

acc no

Related resources :

To know about Deploying the tracking Script on your website
To know about I have deployed the website tracking script, but visitor visits are not being tracked. What could be the issue?

I have deployed the website tracking script, but visitor visits are not being tracked. What could be the issue?

The possible reasons could be that you have not deployed the tracking script on all pages of your website. Also keep in mind that you have to paste the tracking script exactly as it is, without making any changes. If you make some changes to the script, like pasting it in a single line and so on, tracking will not happen.