https://github.com/dingolytics/dingolytics-sdk-web
Dingolytics SDK for JavaScript / TypeScript to track web pages views and custom application events
https://github.com/dingolytics/dingolytics-sdk-web
Last synced: 12 months ago
JSON representation
Dingolytics SDK for JavaScript / TypeScript to track web pages views and custom application events
- Host: GitHub
- URL: https://github.com/dingolytics/dingolytics-sdk-web
- Owner: Dingolytics
- License: mit
- Created: 2023-12-23T11:04:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T19:14:52.000Z (about 2 years ago)
- Last Synced: 2024-01-20T20:27:41.194Z (about 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dingolytics SDKs for JavaScript
===============================
**Dingolytics** is a data collection and analytics tool. It is a self-hosted solution that allows you to track your users' actions on your website, and also internal application events. It helps you to understand your users better, to make better decisions based on that data.
## Installation
Direct JavaScript include:
```html
var dingolytics = new DingolyticsSDK({
app: "example",
dsn: "http://localhost:8080/ingest/1234567890abcdef",
});
dingolytics.init();
```
...
## Usage
...
## License
Dingolytics SDKs for JavaScript are licensed under the MIT license. See [LICENSE](LICENSE) for more information.