Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 666 Bytes

File metadata and controls

25 lines (15 loc) · 666 Bytes

Home > @snowplow/browser-tracker > setCookiePath

setCookiePath() function

Set first-party cookie path

Signature:

declare function setCookiePath(path: string, trackers?: Array<string>): void;

Parameters

Parameter Type Description
path string The path which will be used when setting cookies
trackers Array<string> The tracker identifiers which will be configured

Returns:

void