Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations across multiple resources. Specifically, for the 'Tag Manager' resource and the 'Get Containers' operation, it retrieves the list of all Google Tag Manager containers associated with a specified site. This is useful for users who want to manage or audit their GTM containers programmatically within their Matomo analytics environment.

Use Case Examples

  1. Retrieve all GTM containers for a specific site to audit container configurations.
  2. Fetch container details to integrate with other marketing or analytics tools.

Properties

Name Meaning
Query Parameters Optional parameters to filter or specify details for the API request, such as account ID, container ID, workspace ID, etc.

Output

JSON

  • containers - List of GTM containers retrieved from the Matomo Tag Manager API for the specified site.

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 'resource' is set to 'Tag Manager' and 'operation' is set to 'Get Containers' to use this functionality.
  • Check network connectivity and Matomo API availability if requests fail.
  • If the API returns an error, inspect the error message for details such as permission issues or invalid parameters.

Links

Discussion