Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations across multiple resources such as Custom Reports, Actions, Users, and more. Specifically, for the 'Custom Report' resource with the 'Get Configured Reports' operation, it fetches all configured custom reports for a specified site. This is useful for users who want to retrieve and analyze their custom report configurations programmatically, enabling automation and integration with other workflows.

Use Case Examples

  1. Retrieve all configured custom reports for a website to automate reporting workflows.
  2. Fetch custom report details to integrate Matomo analytics data into a business intelligence tool.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the details of the API request, such as site ID, date range, report ID, etc.

Output

JSON

  • json - The JSON response from the Matomo API containing the configured custom reports data.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials; missing these will cause authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the selected operation to avoid API errors.
  • If the API response is empty or returns '204 No Content', check that the site ID and other filters correspond to existing data in Matomo.

Links

Discussion