Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the Tag Manager resource, specifically the 'Get Available Tag Fire Limits' operation among many others. It allows users to query Matomo's Tag Manager module to retrieve available tag fire limits, which define how often a tag may fire. This is useful for managing and optimizing tag firing rules in Google Tag Manager containers. The node supports a wide range of query parameters to customize the API request.

Use Case Examples

  1. Retrieve the available tag fire limits for a specific Google Tag Manager container to understand and configure tag firing rules.
  2. Fetch tag fire limits to audit and optimize tag firing frequency in a Matomo-managed tag environment.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as account ID, container ID, workspace ID, and various filters related to tag management.

Output

JSON

  • response - The JSON response from the Matomo API containing the available tag fire limits and related 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 selected resource is 'Tag Manager' and the operation is 'Get Available Tag Fire Limits' to avoid incorrect API method calls.
  • Check the query parameters for correctness and completeness to avoid API request failures.
  • If the API response is empty or malformed, verify the Matomo server status and API endpoint accessibility.

Links

Discussion