Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapp-digital/mapp-intelligence-java-tracking
Mapp Intelligence - Server-side Java tracking library
https://github.com/mapp-digital/mapp-intelligence-java-tracking
Last synced: 6 days ago
JSON representation
Mapp Intelligence - Server-side Java tracking library
- Host: GitHub
- URL: https://github.com/mapp-digital/mapp-intelligence-java-tracking
- Owner: mapp-digital
- License: mit
- Created: 2020-11-03T13:28:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T12:51:40.000Z (25 days ago)
- Last Synced: 2024-10-25T04:34:26.390Z (25 days ago)
- Language: Java
- Homepage:
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mapp Intelligence - Server-side Java tracking library
[Site](https://mapp.com/) |
[Docs](https://documentation.mapp.com/latest/en/java-library-7239408.html) |
[Support](https://support.webtrekk.com/) |
[Changelog](https://documentation.mapp.com/latest/en/java-changelog-10537432.html)Server-side tracking is crucial for companies needing to measure mission-critical information on their website, such
as order information or other website goals.The Java library of Mapp Intelligence helps customers to setup server-side tracking when using Mapp Intelligence as
their analysis tool.The basis for the data collection on your server is implementing the respective library. The Mapp Intelligence tracking
library provides scripts to track user behavior and technical information, such as user agents, among others. In
addition to the standard data collection, the tracking library offers many options to customize tracking based on
specific use cases. Typical use cases are product, order and shipment tracking or the tracking of application processes.# Development
## Requirements
| Software | Version |
|------------------|------------:|
| `docker` | `19.0+` |
| `docker-compose` | `1.24+` |
| `make` | |## Build
Build test and compile *Mapp Intelligence - Server-side Java tracking library* with Java 8 inside a docker container.
```bash
$ make build
```## Test
Test *Mapp Intelligence - Server-side Java tracking library* with Java 8 - Java 16 inside a docker container.
```bash
$ make test-all
```Test *Mapp Intelligence - Server-side Java tracking library* with the current latest Java version inside a docker container.
```bash
$ make test-latest
```## Demo
Start a demo shop example on https://localhost:8443.
```bash
$ make demo
```