Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 762 Bytes

File metadata and controls

25 lines (15 loc) · 762 Bytes

Home > @snowplow/browser-tracker > setUserIdFromReferrer

setUserIdFromReferrer() function

Set the business-defined user ID for this user using the referrer querystring.

Signature:

declare function setUserIdFromReferrer(querystringField: string, trackers?: Array<string>): void;

Parameters

Parameter Type Description
querystringField string Name of a querystring name-value pair
trackers Array<string> The tracker identifiers which will be configured

Returns:

void