Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API, allowing users to perform various operations on different Matomo resources. Specifically, for the 'Tour' resource and 'Skip Challenge' operation, it enables skipping a specific challenge in the Matomo Tour plugin. This is useful for automating user progress or managing tour challenges programmatically within Matomo.

Use Case Examples

  1. Automatically skip a challenge in a Matomo Tour to streamline user onboarding.
  2. Manage user progress in Matomo Tours by programmatically skipping challenges based on external triggers.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to customize the API request, such as filters and flags relevant to the operation.
Request Body JSON object containing the request payload for POST operations, including the 'Skip Challenge' operation in the Tour resource.

Output

JSON

  • response - The JSON response from the Matomo API after performing the requested operation, such as confirmation of a skipped challenge.

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 errors.
  • Verify that the query parameters and request body are correctly formatted as per Matomo API specifications.
  • Check network connectivity and Matomo server availability if requests fail.
  • Error messages from the Matomo API are wrapped and presented; review these messages for specific issues such as permission errors or invalid parameters.

Links

Discussion