Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations based on the selected resource and operation. Specifically, for the 'Action' resource and 'Get Page Titles' operation, it fetches all page titles along with their standard metrics from a Matomo instance. This is useful for analyzing website page performance, user engagement, and traffic patterns by page title. For example, a user can retrieve metrics like page views, unique visitors, and bounce rates for all page titles on their site.

Use Case Examples

  1. Retrieve all page titles with metrics for a specific website to analyze user engagement.
  2. Fetch page titles data filtered by date or segment to understand traffic trends.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing page titles and their associated metrics.

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 an error.
  • Verify that the query parameters are valid and supported by the Matomo API for the 'Get Page Titles' operation.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API response is empty or returns '204 No Content', verify that the site ID and date range parameters are correct and that data exists for the query.

Links

Discussion