This package has been deprecated

Author message:

Package no longer supported. This plugin used deprecated functionality in Parrable and is no longer useful.

@snowplow/browser-plugin-parrable
TypeScript icon, indicating that this package has built-in type declarations

3.0.0-beta.1 • Public • Published

Snowplow Parrable Tracking

npm version License

Browser Plugin to be used with @snowplow/browser-tracker.

Adds Parrable contexts to your Snowplow tracking.

Maintainer quick start

Part of the Snowplow JavaScript Tracker monorepo.
Build with Node (10+) and Rush.

Setup repository

$ npm install -g @microsoft/rush 
$ git clone https://github.com/snowplow/snowplow-javascript-tracker.git
$ rush update

Package Installation

With npm:

npm install @snowplow/browser-plugin-parrable

Usage

Initialize your tracker with the ParrablePlugin:

import { newTracker } from '@snowplow/browser-tracker';
import { ParrablePlugin } from '@snowplow/browser-plugin-parrable';

newTracker('sp1', '{{collector}}', { plugins: [ ParrablePlugin() ] }); 

Copyright and license

Licensed and distributed under the BSD 3-Clause License (An OSI Approved License).

Copyright (c) 2021 Snowplow Analytics Ltd, 2010 Anthon Pang.

All rights reserved.

Dependencies (2)

Dev Dependencies (15)

Package Sidebar

Install

npm i @snowplow/browser-plugin-parrable

Homepage

bit.ly/sp-js

Weekly Downloads

0

Version

3.0.0-beta.1

License

BSD-3-Clause

Unpacked Size

23.4 kB

Total Files

12

Last publish

Collaborators

  • cogsp
  • paul_boocock
  • snowplow-analytics