Class PiwikRequest

java.lang.Object
org.matomo.java.tracking.MatomoRequest
org.piwik.java.tracking.PiwikRequest

@Deprecated public class PiwikRequest extends MatomoRequest
Deprecated.
Use MatomoRequest instead.
A request object that can be used to send requests to Matomo. This class is deprecated and will be removed in the future.
Author:
brettcsorba
  • Constructor Details

    • PiwikRequest

      @Deprecated public PiwikRequest(int siteId, URL actionUrl)
      Deprecated.
      Use MatomoRequest instead.
      Creates a new request object with the specified site ID and action URL.
      Parameters:
      siteId - the site ID
      actionUrl - the action URL. Must not be null.