Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations based on the selected resource and operation. Specifically, for the 'Action' resource and 'Get Entry Page Titles' operation, it fetches entry page titles for a given site, allowing users to analyze which pages visitors enter their site through. This is useful for web analytics, understanding user entry points, and optimizing landing pages.

Use Case Examples

  1. A marketing analyst wants to retrieve entry page titles for their website to understand which pages attract the most visitors.
  2. A web developer uses this node to fetch entry page titles to analyze user behavior and improve site navigation.

Properties

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

Output

JSON

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

Dependencies

  • Matomo API credentials (domain and authentication token) are required to authenticate requests.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause errors.
  • Verify that the selected resource and operation are supported and correctly spelled; unsupported combinations will throw errors.
  • Check the query parameters for correctness and completeness; invalid parameters may result in API errors or empty responses.
  • If the API response is empty or unexpected, verify the site ID and date range parameters to ensure data availability.

Links

Discussion