Skip to main content

Consent

Installationโ€‹

  • npm install @snowplow/browser-plugin-consent
  • yarn add @snowplow/browser-plugin-consent
  • pnpm add @snowplow/browser-plugin-consent

Initializationโ€‹

import { newTracker, trackPageView } from '@snowplow/browser-tracker';
import { ConsentPlugin } from '@snowplow/browser-plugin-consent';

newTracker('sp1', '{{collector_url}}', {
appId: 'my-app-id',
plugins: [ ConsentPlugin() ],
});

Functionsโ€‹

enableGdprContextDocumentation
trackConsentGrantedDocumentation
trackConsentWithdrawnDocumentation

Contextโ€‹

Adding this plugin will automatically capture the following context:

ContextExample
iglu:com.snowplowanalytics.snowplow/consent_document/jsonschema/1-0-0
Was this page helpful?