Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations related to website actions. Specifically, the 'Get Page Titles Following Site Search' operation retrieves page titles visited by users after performing an internal site search. This is useful for analyzing user behavior following search queries on a website, helping to understand what content users engage with after searching. Practical applications include optimizing site search results, improving content placement, and enhancing user experience based on post-search navigation patterns.

Use Case Examples

  1. A marketing analyst uses this node to fetch page titles that users visit after searching for a product on the site, to identify popular content and optimize product placement.
  2. A website administrator retrieves page titles following site searches to analyze user navigation paths and improve site search functionality.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing page titles visited after an internal site search, including associated metrics and data.

Dependencies

  • Matomo API access with domain URL and authentication token

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the query parameters are valid and supported by the Matomo API for the 'Get Page Titles Following Site Search' method.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API response is empty or unexpected, confirm that the site ID and date range parameters are correctly set and that data exists for the specified period.

Links

Discussion