Interface Aggregator


@Role @Unstable public interface Aggregator
Provides APIs for aggregating data from multiple Matomo endpoints to make custom tables.
Since:
1.1
Version:
$Id$
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Aggregates the data from multiple endpoints.
    Will get the hint of the aggregator.
    Returns the name of the page where the data is saved.
    Returns the space where the page storing the aggregated data is located.
  • Method Details

    • aggregateData

      void aggregateData()
      Aggregates the data from multiple endpoints.
    • getHint

      String getHint()
      Will get the hint of the aggregator.
      Returns:
      hint of the aggregator
    • getPage

      String getPage()
      Returns the name of the page where the data is saved.
      Returns:
      name of the page where the data is saved.
    • getSpace

      List<String> getSpace()
      Returns the space where the page storing the aggregated data is located.
      Returns:
      a list of space names as strings.