Skip to content
HomePagesHomePages template kit

LeadSource

Source attribution for the owner-facing leads inbox.

Source attribution for the owner-facing leads inbox.

Import from @homepages/template-kit/browser.

export interface LeadSource {
referrer: string;
utm_source: string;
utm_medium: string;
utm_campaign: string;
source_url: string;
}