Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to the 'Overlay' resource, specifically the 'Get Following Pages' operation. It allows users to retrieve a list of pages that follow a specific URL for a given site, enabling analysis of user navigation paths and behavior on websites. This is useful for web analytics, understanding user flow, and optimizing site structure.

Use Case Examples

  1. Retrieve the list of pages that users visit after a specific page URL to analyze navigation patterns.
  2. Fetch following pages data for a site to understand user engagement and improve content placement.

Properties

Name Meaning
Query Parameters A collection of optional query parameters to filter or customize the API request for retrieving following pages data. These parameters allow fine-tuning of the data returned by the Matomo API.

Output

JSON

  • data - The response data from the Matomo API containing the list of following pages and related metrics

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.
  • Verify that the query parameters used are valid for the 'Overlay.getFollowingPages' API method to avoid errors.
  • Check network connectivity and Matomo server availability if API requests fail.
  • Handle cases where the API returns no content (204) gracefully in workflows.

Links

Discussion