Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations based on the selected resource and operation. Specifically, for the 'Referrer' resource and 'Get Keywords From Campaign ID' operation, it fetches search engine keywords associated with a specific campaign ID from Matomo analytics data. This is useful for marketers and analysts who want to analyze the keywords driving traffic from particular campaigns. The node supports a wide range of query parameters to customize the API request, allowing detailed and flexible data retrieval.

Use Case Examples

  1. A marketing analyst uses this node to retrieve keywords from a specific campaign to evaluate the effectiveness of their advertising efforts.
  2. A data analyst fetches referrer keywords from a campaign ID to understand which search terms are contributing to website traffic.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as filtering by campaign ID, date, site ID, and other analytics options.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested keywords data from the specified campaign ID.

Dependencies

  • Matomo API credentials (domain and auth token)

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured and valid.
  • Verify that the campaign ID and other query parameters are correctly specified and valid for the Matomo instance.
  • Check network connectivity and API endpoint accessibility to the Matomo server.
  • Handle API errors gracefully by inspecting error messages returned by the Matomo API.

Links

Discussion