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 Container Variables' operation, it fetches variables from a specified Google Tag Manager container within Matomo. This is useful for managing and retrieving container variables programmatically, enabling automation and integration with other workflows.

Use Case Examples

  1. Retrieve all variables from a specific GTM container to audit or update tags.
  2. Fetch container variables to dynamically adjust tag configurations based on external data.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify details for the API request, such as containerId, workspaceId, and other relevant filters for the Tag Manager container variables.

Output

JSON

  • ``
    • json - The JSON response from the Matomo API containing the container variables data.

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 containerId and workspaceId parameters are correctly set to avoid empty or incorrect responses.
  • Check the Matomo API endpoint and network connectivity if requests fail.
  • Error messages from the Matomo API are wrapped and presented; review the message and stack trace for debugging.

Links

Discussion