Deloryx Tracking Gateway

This is the ingestion endpoint for @deloryx/tracking — Deloryx's first-party browser tracking library. Capture events POST to /v1/capture. The compiled library bundle is served at /t.js.

Install snippet

Paste this in your site’s <head>:

<script>
!function(d,t){if(!d.dtrack){d.dtrack=function(){(d.dtrack.q=d.dtrack.q||[]).push(arguments)};
d.dtrack.q=[];var s=document.createElement('script');s.async=1;s.src=t;
document.head.appendChild(s)}}(window,'https://ping.deloryx.com/t.js');
dtrack('init',{projectKey:'dlx_pub_YOURKEY'});
dtrack('track','$pageview');
</script>

Endpoints

© Deloryx. deloryx.com