Castle Tracking Script
Packaged version of Castle tracking script.
Introduction
The Castle JavaScript automatically captures every user action in your web application, including clicks, taps, swipes, form submissions, and page views. We use this data to build profiles of good user behavior in order to detect the bad.
Installation
npm install castle.js
Include the JavaScript
<script type="text/javascript" src='dist/c.js'></script>
<script type="text/javascript">
_castle('setAppId', 'YOUR_CASTLE_APP_ID');
</script>
Be sure to replace YOUR_CASTLE_APP_ID with your site identifier provided after registration.
Usage
See Castle Docs for more information
License
MIT
This software includes code from PluginDetect, www.pinlady.net/PluginDetect/license