Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to retrieve marketing campaign reporting data, specifically allowing users to get data on campaign sources and mediums. It is useful for marketers and analysts who want to analyze the effectiveness of different marketing channels and campaigns by fetching detailed source and medium metrics from Matomo.

Use Case Examples

  1. A marketing analyst uses this node to fetch the source and medium data for a specific campaign to understand which channels drive the most traffic and conversions.
  2. A digital marketing team automates reporting by retrieving campaign source and medium data regularly to monitor campaign performance across different traffic sources.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing marketing campaign source and medium data as per the requested parameters.

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 or incorrect credentials will cause authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API method being called to avoid API errors.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.
  • If the API response is empty or unexpected, confirm that the requested data exists in Matomo for the specified parameters.

Links

Discussion