Keitaro icon

Keitaro

Работа с API Keitaro

Overview

This node interacts with the Keitaro API to perform operations on various resources, including clicks. Specifically, for the 'click' resource and 'get' operation, it retrieves detailed information about a specific click by its ID. This is useful for scenarios where you need to fetch click data for analysis, reporting, or further processing in your workflow. For example, you can use this node to get click details to track user interactions or conversions in your marketing campaigns.

Use Case Examples

  1. Retrieve detailed information about a specific click by providing its click ID.
  2. Use the node to fetch click data for integration with other marketing or analytics tools.

Properties

Name Meaning
ID Клика The unique identifier of the click to retrieve information for.

Output

JSON

  • request
    • url - The URL of the API request made to Keitaro.
    • method - The HTTP method used for the API request.
    • headers - Headers sent with the API request, with the API key masked.
  • resource - The resource type requested, e.g., 'click'.
  • operation - The operation performed, e.g., 'get'.
  • data - The data returned from the Keitaro API for the requested click.

Dependencies

  • Keitaro API key credential
  • Keitaro domain credential

Troubleshooting

  • Ensure the 'ID Клика' (click ID) is provided and valid for the 'get' operation; missing or invalid ID will cause errors.
  • Verify that the Keitaro API key and domain are correctly configured in the node credentials; missing credentials will prevent API access.
  • Check API response status codes and messages for errors such as unauthorized access or resource not found.
  • If the API returns an error, the node outputs detailed error information including message, status, and response data to help diagnose issues.

Links

Discussion