quickstart12 min
Quickstart
12 min · Install the server-side pixel + verify your first stitched identity.
Install in 4 steps
Traqly ships as a single server-side pixel plus a thin browser SDK that emits first-party identity beacons. No third-party cookies, no slow synchronous tags.
You will need: a Traqly workspace, a domain you control, and access to your tag manager (GTM, Shopify, Klaviyo or raw HTML).
- •Create your Traqly workspace at /signup.
- •Copy the WORKSPACE_KEY shown on the onboarding screen.
- •Add the snippet below to <head>.
- •Open /dashboard to see the first stitched identity within 60 seconds.
Snippet
<!-- Traqly · server-side pixel -->
<script>
(function(w,d,k){
w.traqly = w.traqly || function(){ (w.traqly.q = w.traqly.q || []).push(arguments); };
w.traqly('init', k);
w.traqly('page');
var s = d.createElement('script'); s.async = 1;
s.src = 'https://<your-domain>/pixel.js?k=' + k;
d.head.appendChild(s);
})(window, document, 'WORKSPACE_KEY');
</script>Verify
Open your /dashboard live stream view. A pageview event with your IP and fingerprint should appear within 5 seconds. If it does not, see the Server-side pixel doc for first-party domain setup.