Actions72
- Кампания Actions
- Лендинг Actions
- Оффер Actions
- Клик Actions
- Настройки Actions
- Пользователь Actions
- Блэклист Actions
- Бот Actions
- Постбэк Actions
- Источник Actions
- Конверсия Actions
- Статистика Actions
- Группа Actions
- Поток Actions
- Фильтр Actions
- Лог Actions
- Домен Actions
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
- Retrieve detailed information about a specific click by providing its click ID.
- 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
requesturl- 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
- Keitaro API Documentation - Official documentation for the Keitaro API endpoints and usage.