Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations across multiple resources such as Tag Manager, AB Testing, Actions, and many others. Specifically, for the 'Tag Manager' resource and 'Get Container Tag' operation, it retrieves details of a specific tag from a container within a Google Tag Manager setup. This is useful for users who want to programmatically access and manage their GTM container tags via Matomo's API, enabling automation and integration within workflows.

Use Case Examples

  1. Retrieve details of a specific container tag by providing the container ID and tag ID to monitor or audit tag configurations.
  2. Fetch all tags within a container to analyze or update tag settings programmatically.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the API request details, such as containerId, idTag, workspaceId, and other tag-related filters.

Output

JSON

  • * - The JSON response from the Matomo API containing details of the container tag or other requested 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 an error.
  • Verify that the container ID and tag ID provided in query parameters are valid and exist in the Matomo Tag Manager setup.
  • Check network connectivity and Matomo server availability to avoid request failures.
  • If the API returns an error, review the error message for details and ensure the requested operation and resource are supported.

Links

Discussion