Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to marketing campaigns reporting, specifically the 'Get Placement' operation in this context. It allows users to query campaign placement data for a site by sending HTTP requests to the Matomo API with specified parameters. This node is useful for marketers and analysts who want to retrieve detailed placement information of marketing campaigns to analyze their performance and optimize marketing strategies.

Use Case Examples

  1. Retrieve the placement details of a specific marketing campaign for a website to understand where the campaign is being displayed.
  2. Fetch placement data filtered by specific query parameters such as date range, campaign ID, or other custom filters to analyze campaign effectiveness.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or specify the details of the marketing campaign placement data to retrieve. These include various filters like campaign ID, date, site ID, and other relevant metrics and options.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested marketing campaign placement 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 are correctly formatted and valid for the selected operation to prevent API request failures.
  • Check the Matomo API documentation for the correct method names and required parameters for the 'Get Placement' operation to avoid invalid API calls.
  • If the API response is empty or returns a 204 status, confirm that the requested data exists for the specified parameters.

Links

Discussion