Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Tour' resource, specifically the 'Get Level' operation. It allows users to retrieve the current level or progress in the Tour plugin of Matomo. This node is useful for scenarios where tracking user progress or engagement in guided tours or onboarding flows within Matomo is needed.

Use Case Examples

  1. Retrieve the current tour level for a user to customize user experience based on progress.
  2. Monitor user engagement in a product tour to trigger specific actions or notifications.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to customize the API request, such as filters and flags relevant to the Tour module.

Output

JSON

  • level - The current level or progress in the Tour plugin returned by the API.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause an error.
  • Verify that the 'resource' is set to 'Tour' and the 'operation' is set to 'Get Level' to avoid unknown resource or operation errors.
  • Check the query parameters for correctness and supported values to prevent API request failures.

Links

Discussion