How to Share an iClaim Tracking Code for External Use

The iClaim Tracking Code uses a JavaScript snippet to capture and store user interactions on your webpages and customer acquisition forms. By implementing the iClaim Tracking Code to your website’s code, you ensure that every lead is securely documented with a unique Record ID and a shareable RecordURL, giving you confidence in your customer interaction recording and storing process.

What is an iClaim Tracking Code?

An iClaim Tracking Code is a JavaScript snippet designed to track user interactions on your website.  It monitors form submissions and records user consent. The code generates a unique Record ID for each user interaction, providing proof of each customer’s origin by issuing records of authenticity and recorded consent. 

How to Share Your iClaim Tracking Code for External Use

If you need to share your iClaim Tracking Code with team members or a third-party collaborator for implementation on their websites, here’s a simple guide on how to do it:

  1. Select the Campaign: Go to the API Documentation > Tracking Code section and select the appropriate campaign for which you want to implement the tracking code. Each campaign has its own unique configuration, so ensure you’re selecting the correct campaign.

    1. Copy the iClaim Tracking Code: Once you’ve selected your campaign, copy the provided script. 
    2. Share the Code: Send the copied script to your team member or third-party collaborator.

Instructions for implementation:

  • Have your team member or third-party collaborator insert the script just before the closing </body> tag on the webpage where lead generation forms are located. This ensures that the script loads correctly and starts tracking the necessary interactions immediately.
  • Once the script is in place, it will automatically track user interactions, capture consent, and generate a unique Record ID for each form submission.

Example of an iClaim Tracking Code

<script>

(function(arg) {

var _vr010 = document.createElement(‘script’);

_vr010.type = ‘text/javascript’;

_vr010.defer = true;

_vr010.setAttribute(‘data-validrecordquery’, JSON.stringify(arg));

_vr010.src = ‘https://validrecord.test.com/js/analizeValidRecord.js?v=01010101010101’;

document.getElementsByTagName(‘head’)[0].appendChild(_vr070);

})({‘formsSidField’:‘iClaimSessionId’, ‘token’:‘010101010101010101010101010101010101’});

</script>

 

Ensure your team member or third-party collaborator places this script on all relevant pages, especially those with lead generation forms or other points of interaction with users.

Verifying Your iClaim Tracking Code Implementation

Once the iClaim Tracking Code has been installed, it is advised to test and verify that it’s working correctly. You can do this by visiting the webpage where the code was added and inspecting the page’s source code. The script should appear right before the closing </body> tag.

You can also test the functionality by making a test submission and checking your ValidRecord account to ensure the user data appears with the correct Record ID. If the record is successfully created in ValidRecord, the tracking code is functioning properly.

Categories: iClaim