Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations based on the selected resource and operation. Specifically, for the 'Action' resource and 'Get Page URLs' operation, it retrieves a list of all page URLs along with their associated metrics for a given site, period, and date. This is useful for analyzing website traffic, user behavior on different pages, and optimizing content strategy.

Use Case Examples

  1. A digital marketer uses this node to fetch page URLs and their metrics to understand which pages attract the most visitors.
  2. A website analyst retrieves exit page URLs to identify pages where users commonly leave the site, helping improve user retention.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing the list of page URLs and their 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; missing these will cause authentication errors.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request errors.
  • Check network connectivity to the Matomo server to prevent request timeouts or connection failures.
  • If the API returns an empty response or '204 No Content', verify that the site ID and date range have data available.

Links

Discussion