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 All) operation. It allows users to retrieve comprehensive statistical reports from Keitaro, filtered and grouped by various parameters such as date ranges, campaign IDs, stream IDs, country codes, device types, and more. The node is useful for marketers and analysts who want to extract detailed campaign performance data, including metrics like ROI, conversion rates, EPC, and CPC, to analyze and optimize their marketing efforts.
Use Case Examples
- A user wants to get all statistics for a specific campaign within a date range, grouped by day and filtered by country and device type.
- An analyst needs to retrieve global statistics including ROI and conversion rates for all campaigns over the last month to generate a performance report.
Properties
| Name | Meaning |
|---|---|
| Параметры для Статистики | Parameters for filtering and grouping statistics data, including date range, filters, grouping options, additional filters, metrics to include, and predefined time intervals. |
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 API keys masked.
resource- The resource type requested (e.g., stats).operation- The operation performed (e.g., getAll).count- The number of items returned in the data array.data- The array of statistics data objects returned from the Keitaro API.
Dependencies
- Requires an API key credential for Keitaro API access, including domain and API key.
Troubleshooting
- Ensure the API key and domain are correctly set in the credentials; missing or incorrect credentials will cause authentication errors.
- For the 'stats' resource, only the 'getAll' operation is supported; selecting other operations will throw an error.
- When using the 'getAll' operation for stats, at least one of the parameters interval, date range, or limit must be specified to avoid errors.
- 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; check the request parameters and credentials.
- If the response data cannot be parsed as JSON, the node logs a warning but attempts to continue; ensure the API returns valid JSON.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API endpoints and parameters.