Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations. Specifically, for the 'Referrer' resource and 'Get Campaigns' operation, it fetches a list of marketing campaigns that have referred traffic to a specified site. This is useful for analyzing the effectiveness of marketing campaigns and understanding traffic sources. Users can specify query parameters to filter or customize the data retrieved, such as site ID, date range, or campaign attributes.

Use Case Examples

  1. Retrieve all marketing campaigns referring traffic to a website to analyze campaign performance.
  2. Filter campaigns by specific attributes like campaign name or source to focus on targeted marketing efforts.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or customize the API request for fetching campaigns. These include various filters like campaign name, date, site ID, and other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of campaigns and their associated 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 or incorrect credentials will cause authentication errors.
  • Verify that the query parameters are correctly formatted and valid according to Matomo API specifications to avoid request errors.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.
  • If the API returns an empty response or '204 No Content', verify that the specified site ID and date range actually have campaign data available.

Links

Discussion