Skip to main content

browser-tracker.setuseridfromlocation

Home > @snowplow/browser-tracker > setUserIdFromLocation

setUserIdFromLocation() function

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

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

Parameters

ParameterTypeDescription
querystringFieldstringName of a querystring name-value pair
trackersArray<string>The tracker identifiers which will be configured
Returns:

void