Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to multi-channel conversion attribution, specifically including the operation to get site attribution goals. It allows users to specify query parameters to filter and customize the API request. The node constructs the appropriate API endpoint URL based on the selected resource and operation, sends the HTTP request with necessary authentication, and returns the API response data. This node is useful for analytics and marketing professionals who want to retrieve detailed attribution goal data from Matomo for their websites.

Use Case Examples

  1. Retrieve all attribution goals for a specific site to analyze conversion paths.
  2. Fetch attribution goals with filters such as date range, site ID, or specific campaign parameters to understand marketing effectiveness.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as filtering by site ID, date, or other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested site attribution goals data

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the selected operation to prevent API request failures.
  • Check the Matomo API documentation for the specific resource and operation to understand required and optional parameters.
  • If the API response is empty or returns a 204 status, verify that the site ID and date range parameters are correct and that data exists for the query.
  • Network connectivity issues may cause request failures; ensure the node can reach the Matomo server endpoint.

Links

Discussion