Package org.matomo.java.tracking


package org.matomo.java.tracking
This package contains classes that allow you to specify a MatomoTracker with the corresponding TrackerConfiguration. You can then send a MatomoRequest as a single HTTP GET request or multiple requests as a bulk HTTP POST request synchronously or asynchronously. If an exception occurs, MatomoException will be thrown.

For more information about the Matomo Tracking HTTP API, see the Matomo Tracking HTTP API.