Home > @snowplow/browser-tracker > setOptOutCookie
Sets the opt out cookie.
Signature:
declare function setOptOutCookie(name?: string | null, trackers?: Array<string>): void;| Parameter | Type | Description |
|---|---|---|
| name | string | null | of the opt out cookie |
| trackers | Array<string> | The tracker identifiers which will be configured |
Returns:
void