Skip to main content

Browser Features

Deprecated: This plugin is deprecated. The navigator.mimeTypes API which this tracker uses is now deprecated and modern browsers may no longer populate these values.

Installationโ€‹

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

Initializationโ€‹

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

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

trackPageView();

Propertiesโ€‹

This plugin will add MIME Type tracking. This allows the tracker to populate the f_* fields within the canonical event model.

Was this page helpful?