Ad Tracking
caution
You are reading documentation for an outdated version. Hereβs the latest one!
Installationβ
npm install @snowplow/browser-plugin-ad-tracking
yarn add @snowplow/browser-plugin-ad-tracking
pnpm add @snowplow/browser-plugin-ad-tracking
Initializationβ
import { newTracker, trackPageView } from '@snowplow/browser-tracker';
import { AdTrackingPlugin, trackAdClick } from '@snowplow/browser-plugin-ad-tracking';
newTracker('sp1', '{{collector_url}}', {
appId: 'my-app-id',
plugins: [ AdTrackingPlugin() ],
});
Functionsβ
trackAdImpression | Documentation |
trackAdClick | Documentation |
trackAdConversion | Documentation |
Contextβ
This plugin does not add any additional data to context of an event.