Ship LinkTrace integrations without hunting through dashboard screens
Use this public docs surface for installation, API auth, conversion tracking, and provider setup. The dashboard still contains private setup state, but the implementation model lives here.
Popular workflows
Most teams do not start by asking for an endpoint name. They start with a job to finish.
Implementation model
LinkTrace works best when you split attribution persistence from business-event tracking.
Every tracked redirect can generate an lt_click_id. That id becomes the join key for later lead and sale events.
Load client.js in your shared layout or head. It stores attribution context and can inject hidden form fields.
Your application decides what counts as success. Once success is confirmed, call the SDK or API from the server side.
Start here
These guides cover the smallest path to production.
What this public docs surface is for
This site is intentionally public and indexable. The dashboard remains the place for private state like API key values, webhook tokens, and workspace-specific plan status.
- Use these pages to understand the integration model before login.
- Use the dashboard to generate keys, manage provider connections, and inspect private reporting data.
- Use the API and provider guides here as canonical implementation references for engineering teams and SEO indexing.