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.
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>
POST /v1/capture — accepts a JSON CaptureEnvelope.GET /t.js — the compiled library bundle (IIFE, gzip-compressible).GET /errors.js — lazy chunk for error + perf integrations.GET /q/health — liveness/readiness.GET /q/openapi — OpenAPI schema (Smithy-derived).© Deloryx. deloryx.com