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 Challenges' operation. It allows users to retrieve the list of challenges available in the Tour plugin of Matomo. This is useful for users who want to programmatically access and manage tour challenges within their Matomo analytics environment, such as fetching current challenges to display or process further in workflows.

Use Case Examples

  1. Fetch the list of available challenges in the Matomo Tour plugin to display in a dashboard or trigger other automation based on challenge data.
  2. Use the node to monitor user progress or available tours in Matomo and integrate with other systems for user engagement.

Properties

Name Meaning
Query Parameters Optional parameters to filter or modify the API request for getting challenges in the Tour plugin.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of challenges or other requested data

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the selected resource and operation are supported and correctly spelled to prevent unknown resource or operation errors.
  • Check the query parameters for correctness and compatibility with the Matomo API to avoid request failures.
  • If the API response is empty or unexpected, confirm that the Matomo instance has the Tour plugin enabled and that challenges exist.

Links

Discussion