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 including the operation 'Get Keyword Content From Name ID'. It allows users to query Matomo's marketing campaigns reporting module by specifying query parameters and selecting the desired operation. This node is useful for retrieving detailed keyword content data associated with campaign name IDs, enabling marketers and analysts to gain insights into campaign performance and keyword effectiveness.

Use Case Examples

  1. Retrieve keyword content for a specific campaign name ID to analyze the effectiveness of marketing keywords.
  2. Fetch detailed marketing campaign reports filtered by various parameters such as date, site ID, or campaign name to optimize marketing strategies.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the API request for marketing campaigns reporting, such as campaign IDs, date ranges, and other filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested keyword content 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 for the selected operation to prevent request failures.
  • Check the API method name constructed in the URL matches the expected method for the 'Get Keyword Content From Name ID' operation to ensure correct data retrieval.
  • Handle cases where the API response is empty or returns a non-JSON string gracefully to avoid parsing errors.

Links

Discussion