Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations. Specifically, the 'Get Page Title' operation under the 'Action' resource retrieves metrics for a specific page title from a Matomo instance. This node is useful for users who want to fetch detailed analytics data about page titles, such as page views and other related metrics, to analyze website performance and user behavior.

Use Case Examples

  1. Fetch metrics for a specific page title to analyze its performance over a given period.
  2. Retrieve page title data filtered by device type or segment to understand user engagement.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as filtering by page title, date, device type, segment, and other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing metrics and data for the requested page title.

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 errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API method being called.
  • If the API response is empty or returns '204 No Content', check if the requested page title exists and the date/period parameters are correct.
  • Network or permission issues may cause API call failures; ensure the API token has sufficient permissions.

Links

Discussion