Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations on different resources such as Content, Actions, Users, and more. Specifically, for the 'Content' resource with the 'Get Content Names' operation, it fetches a list of content names for a specified site and period. This is useful for analytics and reporting scenarios where you want to retrieve content-related data from Matomo for further processing or visualization.

Use Case Examples

  1. Retrieve a list of content names for a website to analyze popular content.
  2. Fetch content names filtered by specific query parameters like date or site ID to generate custom reports.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or modify the API request, such as site ID, date, period, and other Matomo-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of content names and related data.

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 an error.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.

Links

Discussion