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 Goal Attribution' operation. It allows users to retrieve attribution models for specific goals within Matomo analytics, which is useful for understanding how different marketing channels contribute to conversions. This can help marketers and analysts optimize their campaigns by analyzing goal attribution data.

Use Case Examples

  1. Retrieve the attribution model for a specific goal to analyze the contribution of different marketing channels.
  2. Fetch goal attribution data to understand the impact of various campaigns on conversion goals.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by goal ID, date, period, and other Matomo-specific query options.

Output

JSON

  • json - The JSON response from the Matomo API containing the goal attribution data.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials; missing these will cause errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to avoid request failures.
  • Check the API method and resource names to ensure they match the supported operations to prevent unknown resource or operation errors.

Links

Discussion