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 Content' operation in this context. It allows users to query campaign content data for a specific site and period by sending requests to the Matomo API with customizable query parameters. This node is useful for marketers and analysts who want to retrieve detailed content metrics and insights from their marketing campaigns managed in Matomo.

Use Case Examples

  1. Retrieve content metrics for a specific marketing campaign by specifying the campaign ID and date range.
  2. Fetch detailed content pieces and their performance data for a given site to analyze campaign effectiveness.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as campaign IDs, date ranges, filters, and other relevant metrics to refine the content data retrieved.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested marketing campaign content data.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause the node to throw an error.
  • 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; unknown resources or operations will result in errors.

Links

Discussion