Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations. Specifically, for the Insight resource with the Get Movers And Shakers operation, it retrieves detailed data about significant changes in metrics (movers and shakers) for a specified site and period. This is useful for identifying key trends and shifts in website analytics, such as sudden increases or decreases in traffic or engagement metrics.

Use Case Examples

  1. A marketing analyst uses this node to fetch movers and shakers data to identify which pages or campaigns have experienced significant changes in user engagement over the last week.
  2. A website owner uses this node to monitor sudden changes in visitor behavior to quickly react to emerging trends or issues.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter and customize the API request, such as date, period, segment, limit, filter criteria, and other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing the movers and shakers data for the specified site and period.

Dependencies

  • Matomo API

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials; missing or incorrect credentials will cause authentication errors.
  • Verify that the query parameters are valid and supported by the Matomo API for the Insight resource and Get Movers And Shakers operation to avoid API errors.
  • Check network connectivity and Matomo server availability if requests fail or time out.
  • If the API response is empty or unexpected, confirm that the site ID and date/period parameters correspond to valid data in Matomo.

Links

Discussion