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 such as logs, campaigns, clicks, conversions, and more. Specifically, for the 'log' resource with the 'update' operation, it updates an existing log entry by sending the updated log data in JSON format to the Keitaro API. This node is useful for automating the management of tracking and analytics data within Keitaro, such as updating log entries with new information.
Use Case Examples
- Updating a log entry with new data to correct or add information.
- Automating log updates as part of a workflow that processes tracking data.
Properties
| Name | Meaning |
|---|---|
| ID Лога | The unique identifier of the log entry to update. |
| Данные Лога | The log data in JSON format to update the log entry with. |
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 masked.
resource- The resource type involved in the operation (e.g., 'log').operation- The operation performed (e.g., 'update').success- Indicates if the operation was successful.data- The data returned from the Keitaro API after the update operation.
Dependencies
- Requires an API key credential for Keitaro API access, including domain and API key.
Troubleshooting
- Ensure the 'ID Лога' (log ID) is provided and valid for update operations; missing or invalid IDs will cause errors.
- Verify that the 'Данные Лога' (log data) JSON is correctly formatted and not empty, as empty data will cause errors.
- Check that the Keitaro API credentials (domain and API key) are correctly set and valid.
- API errors will include status codes and messages; review these to diagnose issues such as authentication failures or invalid requests.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API, useful for understanding available endpoints and data formats.