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 manage and update statistics data. Specifically for the 'Статистика' resource and 'Обновить' operation, it updates existing statistics records by sending the provided JSON data to the Keitaro API. This is useful for users who need to programmatically modify statistical data within Keitaro, such as updating campaign performance metrics or other tracked statistics.
Use Case Examples
- Updating a specific statistics record by providing its ID and new JSON data to reflect recent changes or corrections.
- Automating the update of statistics data as part of a larger workflow that processes and analyzes campaign results.
Properties
| Name | Meaning |
|---|---|
| ID Статистики | The unique identifier of the statistics record to update. |
| Данные Статистики | The JSON-formatted data representing the updated statistics information. |
Output
JSON
requesturl- The URL of the API request made to Keitaro.method- The HTTP method used for the API request (e.g., PUT for update).headers- Headers sent with the API request, including API key and content type.
resource- The resource type involved in the operation, here 'stats'.operation- The operation performed, here 'update'.success- Indicates the operation was successful.data- The data returned from the Keitaro API after updating the statistics.
Dependencies
- Requires an API key credential and domain information for authenticating with the Keitaro API.
Troubleshooting
- Ensure the 'ID Статистики' is provided and valid; missing or incorrect IDs will cause errors.
- The 'Данные Статистики' must be valid JSON; malformed JSON will cause the API request to fail.
- Verify that the API key and domain credentials are correctly set up; missing credentials will prevent API access.
- The node only supports the 'getAll' operation for the 'stats' resource except for update, get, or delete operations; using unsupported operations will throw errors.