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.
-
ClassDescriptionDeprecated.Deprecated.Use
EcommerceItem
instead.Thrown when an invalid URL is passed to the tracker.Deprecated.Please useInstant
Thrown when an error occurs while communicating with the Matomo server or when the request is invalid.Deprecated.UseCountry
insteadA class that implements the Matomo Tracking HTTP API.Deprecated.UseMatomoRequest.MatomoRequestBuilder
instead.The main class that sendsMatomoRequest
s to a specified Matomo server.A factory forSender
instances.Defines configuration settings for the Matomo tracking.
EcommerceItem
instead.