Skip to main content

browser-tracker.setoptoutcookie

Home > @snowplow/browser-tracker > setOptOutCookie

setOptOutCookie() function

Sets the opt out cookie.

Signature:
declare function setOptOutCookie(name?: string | null, trackers?: Array<string>): void;

Parameters

ParameterTypeDescription
namestring | nullof the opt out cookie
trackersArray<string>The tracker identifiers which will be configured
Returns:

void