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 Version operation, it fetches details of a specific container version within a Google Tag Manager container. This is useful for managing and retrieving versioned configurations of GTM containers programmatically.

Use Case Examples

  1. Retrieve a specific container version's details to audit or review changes before publishing.
  2. Fetch container version information to automate deployment or backup processes in GTM.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as containerId, containerVersionId, workspaceId, and other filters relevant to the Tag Manager API.

Output

JSON

  • containerVersion - Details of the requested container version from the Tag Manager API response.

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 container version ID provided in query parameters are valid and exist in the GTM account.
  • Check network connectivity and Matomo API availability if requests fail.
  • API errors will be wrapped and returned as NodeApiError with detailed messages.

Links

Discussion