Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to the Multi Channel Conversion Attribution resource, specifically the 'Get Available Campaign Dimension Combinations' operation. It allows users to retrieve available campaign dimension combinations for a site, which can be useful for analyzing and attributing marketing campaign performance across multiple channels. This node is beneficial for marketers and analysts who want to understand how different campaign dimensions contribute to conversions and optimize their marketing strategies accordingly.

Use Case Examples

  1. Retrieve available campaign dimension combinations for a specific website to analyze multi-channel attribution.
  2. Use the node to fetch campaign dimension combinations to integrate with other analytics workflows for comprehensive marketing insights.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to customize the API request, such as filtering by site ID, date, or other campaign-related attributes.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested campaign dimension combinations or other data depending on the operation.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL 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 completeness as invalid or missing parameters may cause API request failures.
  • If the API response is empty or unexpected, confirm that the Matomo instance has the relevant data and that the API user has sufficient permissions.

Links

Discussion