Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to marketing campaigns reporting, specifically the 'Get Group' operation in this context. It allows users to retrieve detailed information about campaign groups associated with specific campaigns on a site. This is useful for marketers and analysts who want to analyze grouped campaign data to understand the performance and impact of different marketing campaigns.

Use Case Examples

  1. Retrieve campaign group data for a specific marketing campaign to analyze grouped campaign performance.
  2. Fetch detailed group information for campaigns to segment and report on marketing efforts across different sites.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the details of the campaign group data to retrieve. These parameters allow customization of the API request to get precise data relevant to the user's needs.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested campaign group 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 provided are valid and supported by the Matomo API to prevent request failures.
  • Check the API method name constructed in the URL matches the expected operation for the 'Get Group' action under Marketing Campaigns Reporting resource.
  • If the API response is empty or returns a 204 status, confirm that the requested data exists for the specified parameters.

Links

Discussion