Browser Features
caution
You are reading documentation for an outdated version. Hereβs the latest one!
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.