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 'Export Container Version' operation, it enables exporting a specific container version from Google Tag Manager. This is useful for backing up container configurations or migrating them between environments. The node supports a wide range of query parameters to customize the API request and also accepts a JSON request body for POST operations.

Use Case Examples

  1. Export a container version from a Google Tag Manager account by specifying the account ID, container ID, and container version ID.
  2. Use the node to export container versions for backup purposes or to migrate container configurations between different GTM accounts or workspaces.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as accountId, containerId, workspaceId, and other filters relevant to the Tag Manager export operation.
Request Body JSON object representing the request body for POST operations, allowing detailed configuration of the export request.

Output

JSON

  • json - The JSON response from the Matomo API containing the exported container version data or status information.

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 the node to throw an error.
  • Verify that the specified resource and operation are supported; unsupported combinations will result in an error.
  • Check the query parameters and request body for correctness and completeness to avoid API errors.
  • If the API response is empty or unexpected, verify the Matomo server status and API endpoint accessibility.

Discussion