browser-tracker.setcookiepath
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 |
void