Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to retrieve or manipulate data related to the 'Insight' resource, specifically supporting the 'Get Movers And Shakers Overview' operation among many others. It is useful for users who want to fetch analytics insights such as movers and shakers data for a website or set of websites tracked by Matomo. For example, it can be used to get an overview of significant changes in website metrics over a specified period, helping marketers or analysts identify trends and anomalies.

Use Case Examples

  1. Fetch an overview of movers and shakers for a specific website and date range to identify significant changes in traffic or user behavior.
  2. Retrieve detailed insights data for a site to analyze performance metrics and user engagement.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or customize the API request, such as date, period, segment, limit, filter criteria, and many others relevant to the Matomo API.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested insights data, such as movers and shakers overview.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain and authentication token credentials are correctly configured; missing these will cause an error.
  • Verify that the selected resource and operation are supported and correctly spelled to avoid unknown resource errors.
  • Check the query parameters for correctness and compatibility with the Matomo API to prevent request failures.
  • If the API returns an empty string or no content, the node outputs a '204 No Content' status indicating no data was returned.

Links

Discussion