Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations based on the selected resource and operation. It is useful for retrieving detailed analytics data, managing experiments, campaigns, users, and other Matomo features programmatically. For example, it can fetch referrer URLs for social networks, get active A/B testing experiments, or retrieve page view metrics.

Use Case Examples

  1. Fetch URLs for a specific social network referrer to analyze traffic sources.
  2. Retrieve active A/B testing experiments to monitor ongoing tests.
  3. Get detailed page URL metrics for a website to understand user navigation patterns.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as filters, limits, and specific identifiers relevant to the chosen operation.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data or operation result.

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 errors.
  • Verify that the selected resource and operation are supported and correctly spelled to avoid unknown resource errors.
  • Check the format and values of query parameters to ensure they match the expected API specifications.
  • If the API returns an empty string or no content, the node outputs a '204 No Content' status.
  • Network or permission issues with the Matomo API endpoint may cause request failures; verify connectivity and access rights.

Links

Discussion