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 such as Tag Manager, AB Testing, Actions, and many others. Specifically, for the 'Tag Manager' resource and 'Publish Container Version' operation, it enables publishing a specific container version in Google Tag Manager via the Matomo API. This is useful for automating container version management and deployment in GTM environments.

Use Case Examples

  1. Publishing a new container version in Google Tag Manager to make changes live.
  2. Automating the deployment of tag configurations across multiple GTM containers.
  3. Integrating Matomo Tag Manager container version publishing into CI/CD pipelines for web analytics.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to customize the API request, including identifiers like containerId, workspaceId, and other filters relevant to the Tag Manager API.
Request Body JSON object representing the request payload for POST operations, allowing detailed configuration or data submission to the Matomo API.

Output

JSON

  • * - Response data from the Matomo API call, which varies depending on the resource and operation selected.

Dependencies

  • Matomo API credentials (domain and auth token) are required for authentication.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause errors.
  • Verify that the selected resource and operation are supported and correctly spelled to avoid unknown resource errors.
  • Check the format and content of query parameters and request body JSON to prevent malformed requests.
  • API rate limits or network issues may cause request failures; ensure network connectivity and API availability.

Links

Discussion