Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to the Dashboard resource, specifically to get dashboards for a user. It constructs API requests based on user-selected parameters and handles the response data accordingly. This node is useful for retrieving dashboard information from Matomo for analytics and reporting purposes.

Use Case Examples

  1. Retrieve a list of all dashboards for a specific user to display or analyze their analytics setup.
  2. Fetch dashboards filtered by specific query parameters such as user login or dashboard ID to manage or audit user dashboards.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or specify the dashboards to retrieve, such as user login, dashboard ID, or other dashboard-related filters.

Output

JSON

  • dashboards - Array of dashboard objects retrieved from Matomo API

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to prevent request failures.
  • Check network connectivity and Matomo API availability if requests fail or time out.
  • If the API returns an error, review the error message for details on missing or invalid parameters and adjust accordingly.

Links

Discussion