Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to the Tag Manager resource, specifically including the 'Get Container Variable' operation. It allows users to query and manage Google Tag Manager containers, tags, triggers, and variables within Matomo. The node is useful for automating the retrieval and management of container variables in GTM containers, facilitating integration and data flow between Matomo and GTM environments.

Use Case Examples

  1. Retrieve details of a specific container variable in a GTM container to use in analytics workflows.
  2. List all container variables for a given GTM container to audit or update tag configurations.
  3. Automate the creation or update of container variables in GTM containers via Matomo API calls.

Properties

Name Meaning
Query Parameters Collection of key-value pairs to specify parameters for the API request, such as containerId, workspaceId, variableId, and other filters relevant to the Tag Manager API.

Output

JSON

  • * - The JSON response from the Matomo API containing data about the container variable or other requested Tag Manager information.

Dependencies

  • Matomo API credentials (domain and auth token) are required to authenticate requests.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured and valid.
  • Verify that the specified containerId, workspaceId, and variableId in the query parameters exist and are accessible with the provided credentials.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns an error, review the error message for details on missing or invalid parameters.

Links

Discussion