Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to advertising conversion exports, including regenerating access tokens. It supports a wide range of resources and operations, allowing users to manage and retrieve data from Matomo's analytics platform. For the 'Advertising Conversion Export' resource and 'Regenerate Access Token' operation, it regenerates an access token for a specific conversion export, which is useful for maintaining secure and updated access credentials.

Use Case Examples

  1. Regenerate an access token for a specific advertising conversion export to ensure continued authorized access.
  2. Manage advertising conversion exports by adding, updating, or deleting exports, and retrieving export details.

Properties

Name Meaning
Query Parameters Collection of query parameters to customize the API request, such as filtering by account ID, access level, date, and many other options relevant to Matomo analytics.

Output

JSON

  • json - The JSON response from the Matomo API call, containing data relevant to the requested operation, such as the regenerated access token and related conversion export details.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and valid for the selected operation to prevent API request failures.
  • Check the API method names and resource-operation combinations for correctness, as an unknown resource or operation will cause errors.
  • If the API response is empty or unexpected, confirm that the requested data exists and that the user has sufficient permissions to access it.

Links

Discussion