Site | Docs | Support | Changelog
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.
Software | Version |
---|---|
docker |
19.0+ |
docker-compose |
1.24+ |
make |
Build test and compile Mapp Intelligence - Server-side Java tracking library with Java 8 inside a docker container.
$ make build
Test Mapp Intelligence - Server-side Java tracking library with Java 8 - Java 16 inside a docker container.
$ make test-all
Test Mapp Intelligence - Server-side Java tracking library with the current latest Java version inside a docker container.
$ make test-latest
Start a demo shop example on https://localhost:8443.
$ make demo