LinkTrace docs

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.

Implementation model

LinkTrace works best when you split attribution persistence from business-event tracking.

1. Click
Tracked short links create an attribution id

Every tracked redirect can generate an lt_click_id. That id becomes the join key for later lead and sale events.

2. Persist
Install the script once across your site

Load client.js in your shared layout or head. It stores attribution context and can inject hidden form fields.

3. Track
Send lead and sale events from your backend

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.
Related guides