Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations. Specifically, for the 'Page Performance' resource with the 'Get Page Performance' operation, it retrieves performance metrics for a specific page on a website for a given site and period. This is useful for monitoring and analyzing page load times, responsiveness, and other performance indicators to optimize user experience and site efficiency.

Use Case Examples

  1. A digital marketer uses this node to fetch page performance metrics for a landing page to identify slow loading elements and improve conversion rates.
  2. A web developer retrieves page performance data to monitor the impact of recent code changes on page load times across different devices.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by date, site ID, page URL, device type, and other performance-related filters.

Output

JSON

  • API response - The JSON response from the Matomo API containing page performance metrics and related data.

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 correctly formatted and valid for 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 requested site ID and date range contain data.

Links

Discussion