Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations. It supports multiple resources and operations, allowing users to retrieve and manipulate data such as referrers, actions, campaigns, users, and more. The node is useful for automating data retrieval and management tasks in Matomo, such as fetching referrer data, managing A/B tests, or getting site analytics.

Use Case Examples

  1. Fetch all referrers for a specific site and period to analyze traffic sources.
  2. Retrieve active A/B testing experiments to monitor ongoing tests.
  3. Get detailed action metrics for a website to understand user interactions.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or specify the API request details for the selected resource and 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 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 response is empty or unexpected, verify the permissions and access rights of the API token used.

Links

Discussion