Actions72
- Кампания Actions
- Лендинг Actions
- Оффер Actions
- Клик Actions
- Настройки Actions
- Пользователь Actions
- Блэклист Actions
- Бот Actions
- Постбэк Actions
- Источник Actions
- Конверсия Actions
- Статистика Actions
- Группа Actions
- Поток Actions
- Фильтр Actions
- Лог Actions
- Домен Actions
Overview
This node integrates with the Keitaro API to perform various operations on different resources, specifically supporting the 'Статистика' (Statistics) resource with the 'Получить' (Get) operation. It allows users to retrieve detailed statistics data from Keitaro, which is useful for analyzing campaign performance, traffic, conversions, and other metrics. For example, marketers can use this node to fetch aggregated statistics for a specific campaign or time period to optimize their advertising strategies.
Use Case Examples
- Retrieve statistics for a specific campaign by providing the stats ID.
- Fetch detailed report data for a given date range and metrics from Keitaro statistics.
Properties
| Name | Meaning |
|---|---|
| ID Статистики | The unique identifier of the statistics record to retrieve. Required for operations like get, update, and delete on the stats resource. |
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 sensitive data like API keys masked.
resource- The resource type involved in the operation, e.g., 'stats'.operation- The operation performed, e.g., 'get'.data- The data returned from the Keitaro API, containing the requested statistics information.success- Indicates if the operation was successful (true for create, update, delete).error- Indicates if an error occurred during the operation, present only if an error happened.
Dependencies
- Requires an API key credential for Keitaro API access and the domain URL of the Keitaro instance.
Troubleshooting
- Ensure the 'statsId' parameter is provided for get, update, or delete operations on the stats resource; missing this will cause errors.
- Verify that the API key and domain are correctly set in the credentials; missing or incorrect credentials will prevent API access.
- The node only supports the 'getAll' operation for the 'stats' resource; attempting other operations will throw an error.
- If the API response status code is not in the 200-299 range, the node throws an API error with the status code and message.
- When fetching logs or clicks, ensure required parameters like date ranges or intervals are set to avoid errors.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API, useful for understanding available endpoints and parameters.