Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Contact your Lead Liaison Representative to have this created.

Update your Tracking Code

Replace your existing Lead Liaison tracking code with new tracking code. Your URLs, llcustid value, and src= values will be different. Please consult with your Lead Liaison Representative to be sure of your exact tracking code. Your URLs is a list of all web pages containing an iDonate submission form.

Code Block
languagejs
titleNew Tracking Code
linenumberstrue
<script type='text/javascript' src='https://d2tkczi6ecqjoh.cloudfront.net/scripts/lazyload-min.js'></script>
<script type='text/javascript' language='javascript'>
      var ll_is_append_prospect_identifier_to_urls = true;
      var ll_append_prospect_identifier_to_urls = {
        parameter: 'utm_source',
        pre_value: 'lluvid:'
      };
      ll_append_prospect_identifier_to_urls.exact = [];
      ll_append_prospect_identifier_to_urls.exact.push ('https://yourdomain.org/DonationPageA');
      ll_append_prospect_identifier_to_urls.exact.push ('https://yourdomain.org/DonationPageB');
      ll_append_prospect_identifier_to_urls.exact.push ('https://yourdomain.org/DonationPageC');
      ll_append_prospect_identifier_to_urls.exact.push ('https://yourdomain.org/DonationPageD');
      ll_append_prospect_identifier_to_urls.exact.push ('https://yourdomain.org/DonationPageE');

      var ll_use_lazyload = true;
      var llcustid = XXXXX;
      var ll_use_automatic_form_tracking = true;
      LazyLoad.js('https://t1.llanalytics.com/tracking_engine/collector.min.js');
</script>


Updates to Prospect Profiles

...