Initializes a LeadTracker instance with the provided SDK settings.
The configuration object for the SDK. ISdkSettings
Captures a user's interaction with a specific listing or mlsid.
The payload containing tracking event details.
Promise that resolves on successful capture or rejects on failure.
Saves the user's unique identifier in a tracking cookie.
Unique identifier for the lead.
Removes all stored tracking data, including cookies, to stop tracking.
Lead Tracker
Lead tracker makes it easy to track user activity when they visit listings on your website.
Basic Usage
Stop Tracking
Call the
stop
method to disable tracking and remove the cookie.Indentify
Rechat automatically assigns the tracker when creating a new lead, but you can also set it manually if you already have the lead Id.
Disable Tracking
Set
tracker: false
to disable tracking. This won’t remove any previously set cookies.