Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API, allowing users to perform various operations across multiple Matomo resources. Specifically for the 'Tag Manager' resource and the 'Get Available Comparisons' operation, it fetches the available comparison options for container tags within Google Tag Manager containers managed by Matomo. This is useful for users who want to programmatically retrieve comparison data options to configure or analyze tag manager setups.

Use Case Examples

  1. A marketing analyst wants to retrieve all available comparison options for container tags in their Google Tag Manager setup to optimize tag firing conditions.
  2. A developer automates the process of fetching available comparisons to dynamically adjust tag configurations based on Matomo analytics data.

Properties

Name Meaning
Query Parameters Optional parameters to filter or specify the request details for the API call, such as container ID, workspace ID, or other relevant filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the available comparisons for container tags in the Tag Manager module.

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 errors.
  • Verify that the specified resource and operation are supported by the Matomo API and that the query parameters are valid.
  • Check network connectivity and Matomo server availability if requests fail.
  • If the API returns an error, review the error message for details and adjust parameters accordingly.

Links

Discussion