Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations related to website tracking and user behavior. Specifically, the 'Get Entry Page URLs' operation under the 'Action' resource retrieves a list of entry page URLs for a given site, which helps analyze the first pages visitors land on. This node is useful for marketers, web analysts, and developers who want to automate data retrieval from Matomo for reporting or further processing.

Use Case Examples

  1. Retrieve entry page URLs to understand visitor entry points on a website.
  2. Fetch entry page URLs filtered by specific query parameters such as date range or segment.
  3. Use the node to automate periodic data extraction from Matomo for dashboard updates.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing the list of entry page URLs and associated metrics.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain and authentication token credentials are correctly configured; missing these will cause errors.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo server to prevent HTTP request errors.
  • If the API response is empty or unexpected, confirm that the site ID and date range parameters correspond to existing data in Matomo.

Links

Discussion