DashFast Logo

Contact Identification

Connect anonymous visits with real email addresses and track the history of every single customer.

What is a Lead?

A lead is a visitor whose identity (typically an email address) has been uncovered by DashFast. Once identified, all of their past and future visits are merged into a single user profile.

Automated Capture

DashFast features a smart algorithm that attempts to automatically capture email addresses from standard contact forms on your site. Quite often, you won't need to write a single line of code.

Custom Identification (API)

For absolute accuracy (e.g., within member areas or post-login layouts), invoke the identify method. This explicitly passes the identity data to DashFast.

JavaScript Snippet
window.dashfast.identify('email@seznam.cz', 'Jan Novák');

Use Cases

E-commerce Stores

Identify the customer on the thank-you page right after order completion.

Newsletters

Connect the user immediately after they confirm their subscription.

SaaS Platforms

Identify the user as soon as they sign into their personal account.

CRM Syncing

Stream visitor activity data straight to your sales and business contacts.

Security & Privacy

Email addresses within DashFast.cz are securely encrypted. We strongly recommend stripping whitespace and transforming the email string to lowercase using .toLowerCase().trim() before submitting it to the .identify() function.