Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API, allowing users to perform various operations across multiple Matomo resources. Specifically, for the 'Heatmap Session Recording' resource and the 'Test Url Match Pages' operation, it tests if a given URL matches the defined rules for a heatmap. This is useful for validating heatmap configurations and ensuring that URLs are correctly targeted for session recording or heatmap analysis.

Use Case Examples

  1. A user wants to verify if a specific webpage URL matches the heatmap rules before enabling tracking on that page.
  2. A marketer tests multiple URLs to ensure their heatmap session recordings will capture data only on intended pages.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filters, IDs, flags, and other settings relevant to the Matomo API call.
Request Body A JSON object containing the request payload for POST operations, allowing detailed configuration or data submission to the Matomo API.

Output

JSON

  • json - The JSON response from the Matomo API call, which may include data about URL match results or other requested information.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token credentials are correctly configured; missing these will cause an error.
  • Verify that the selected resource and operation are supported and correctly spelled to avoid unknown resource errors.
  • If the API response is empty or unexpected, check the query parameters and request body for correctness and completeness.
  • Network or permission issues with the Matomo API endpoint may cause request failures; verify network connectivity and API access rights.

Links

Discussion