Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 544 Bytes

File metadata and controls

24 lines (14 loc) · 544 Bytes

Home > @snowplow/node-tracker > TrackerCore > setUserId

TrackerCore.setUserId() method

Set the user ID

Signature:

setUserId(userId: string): void;

Parameters

Parameter Type Description
userId string The custom user id

Returns:

void