Tag Sample and Data Collection
  • 20 Nov 2023
  • 1 Minute to read
  • Dark
    Light

Tag Sample and Data Collection

  • Dark
    Light

Article summary

The iFrame and Javascript tags are structured templates.  The specific methods for provisioning and processing can be obtained as part of the onboarding process. 

iFrame Tag

Sample Tag

<iframe src="https://tag.prospectdesk.ai/partner_id"
        width="1" height="1" style="visibility:hidden;display:none;"></iframe>

Data Collected:

  • Cookie ID
  • JSON header (including IP address, user agent, etc)

Javascript Tag

The Javascript tag is designed for agencies and includes an optional feature to pass-through a unique value determined by the agency/client.  For simple deployments, only the first line of the tag is required.

Sample Tag

<script async src="https://tag.prospectdesk.ai/ldc.js?pid=partner_id&aid=agency_id"></script>
<script>
        window.ldcDataLayer = window.ldcDataLayer || [];
        function ldcConfig(){ldcDataLayer.push(arguments);}
        ldcConfig('externalId', 'OPTIONAL-PASS-THROUGH');
</script>

Data Collected:

  • Cookie ID
  • JSON header (including IP address, user agent, etc)
  • Page URLs (tag fire and referring page)




Was this article helpful?

What's Next