When a lead is submitted on your website, send the SegmentStream user identifier along with the lead data to your CRM. This ensures consistent attribution for both consented and non-consented users while staying privacy-compliant.Use the following SDK method to retrieve the user identifier:
If the user has consented to cookies, this returns the _ga cookie value.
If the user has not consented, it returns a generated anonymous ID.
On the same page where the lead is sent to the CRM, you must also call window.segmentstream.conversion(). Calling the conversion method on a different page (e.g. a redirect page) will not work for aggregated conversion attribution.
Leads generated directly on ad platforms (Meta Lead Ads, LinkedIn Lead Gen Forms, Google Ads lead extensions, TikTok Lead Generation, etc.) are collected without the user visiting your website. SegmentStream can still track and attribute these leads by creating synthetic landing pages and virtual sessions.For a detailed implementation guide, see How to track ad platform lead forms in analytics and CRM.
SegmentStream’s machine learning models score your leads by quality and potential value. This enables smarter optimisation, focusing on high-value prospects and improving marketing ROI.