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, including statistics (stats). Specifically, for the 'stats' resource, it supports only the 'getAll' operation, which retrieves a list of statistical reports based on specified parameters such as date range, filters, grouping, and metrics. This node is useful for users who want to automate the retrieval and management of campaign and traffic statistics from Keitaro, enabling data-driven decision-making and reporting.
Use Case Examples
- Retrieve aggregated campaign statistics for a specific date range to analyze performance trends.
- Fetch detailed traffic statistics grouped by country and device type to optimize marketing strategies.
Properties
| Name | Meaning |
|---|---|
| ID Статистики | The unique identifier of the statistics record, required for operations other than 'getAll' (not applicable here since only 'getAll' is supported for stats). |
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, including masked API key.
resource- The resource type involved in the operation, e.g., 'stats'.operation- The operation performed, e.g., 'getAll'.count- The number of statistical records retrieved.data- The array or object containing the retrieved statistics data from Keitaro.
Dependencies
- Requires an API key credential for Keitaro API access and the domain URL of the Keitaro instance.
Troubleshooting
- Error if operation other than 'getAll' is selected for the 'stats' resource, as only 'getAll' is supported.
- Errors related to missing or invalid API key or domain in credentials.
- Errors if required parameters for filtering or date range are missing when fetching statistics.
- API errors with status codes outside 200-299 range are thrown with the status and message.
Links
- Keitaro API Documentation - Official documentation for Keitaro API endpoints and usage.