Skip to content

JavaScript tracking library for Bitdeli with automatic DOM event tracking (work in progress)

License

Notifications You must be signed in to change notification settings

bitdeli/bitdeli-tracking-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript tracking library for Bitdeli

This library is currently only available as a developer preview for beta users of Bitdeli.

Let us know if you want access to the beta version of Bitdeli. The basic version of the JavaScript tracking library (without automatic DOM event tracking) can be found at bitdeli/bitdeli-tracking-js.

Bitdeli Home

Documentation

See the complete Bitdeli documentation at https://bitdeli.com/docs/

Developers

Please note: The following instructions are intended for developers contributing to this library. To use the library to track events on your website please refer to the official documentation.

This library uses the Ender package manager to compile multiple modules to one distributable file. To install the latest version of Ender, run the following npm command (you may have to use sudo to install the package globally):

[sudo] npm install ender -g

These build instructions have been tested to work on version 1.0.0 of the ender package.

To build and compile the library and its dependencies, run the included Makefile:

make

This will automatically download and install the required Ender packages under the node_modules subfolder.

After the build process is complete, both a development build and a minified production build can be found in the build subfolder.

Contributing

To suggest a feature or report a bug, visit the Issues page.

Copyright and License

Copyright 2013 Bitdeli Inc.

MIT License

Bitdeli Badge

About

JavaScript tracking library for Bitdeli with automatic DOM event tracking (work in progress)

Resources

License

Stars

Watchers

Forks

Packages

No packages published