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 'Action' resource with the 'Get Page URL' operation allows users to retrieve metrics for a specific page URL from their Matomo analytics data. This is useful for analyzing page performance, user interactions, and other metrics related to a particular page URL on a website. Practical examples include fetching page view counts, bounce rates, or conversion metrics for a given page URL to optimize website content and user experience.

Use Case Examples

  1. Retrieve metrics for a specific page URL to analyze user engagement.
  2. Fetch page URL data to monitor the performance of landing pages.
  3. Get detailed analytics for a page URL to support SEO and marketing efforts.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by date, site ID, segment, and other Matomo-specific options.

Output

JSON

  • data - The JSON response data from the Matomo API containing metrics and details for the requested page URL

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the 'Page URL' parameter is correctly specified in the query parameters to get accurate metrics.
  • Check the API method and parameters for compatibility with the Matomo API version used.
  • Common error messages include authentication failures, missing required parameters, or invalid API method calls. Verify credentials and parameter correctness to resolve these issues.

Links

Discussion