Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Annotation' resource, specifically the 'Get Annotation Count For Dates' operation. It allows users to query the number of annotations for each date within a specified range, which is useful for tracking annotation activity over time in web analytics. This can help in analyzing user engagement or noting important events on specific dates.

Use Case Examples

  1. A user wants to retrieve the count of annotations made on their website for each day in the last month to analyze trends in user feedback or notes.
  2. A marketing analyst uses this node to fetch annotation counts to correlate with campaign performance dates.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or customize the API request, such as date ranges, site IDs, or other Matomo-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing annotation counts for the specified dates.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that 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 'Get Annotation Count For Dates' operation to prevent API request failures.
  • Check network connectivity and Matomo server availability if the node fails to connect or times out.
  • If the API returns an error, review the error message for details on missing or invalid parameters and adjust the node configuration accordingly.

Links

Discussion