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 streams, campaigns, landings, offers, and more. Specifically, for the 'Поток' (Stream) resource with the 'Обновить' (Update) operation, it updates an existing stream's data using the provided stream ID and JSON-formatted stream data. This is useful for automating updates to stream configurations in Keitaro, such as modifying targeting rules or stream settings.
Use Case Examples
- Updating a stream's targeting parameters by providing the stream ID and new JSON data.
- Automating the update of stream settings in bulk workflows to reflect changes in campaign strategies.
Properties
| Name | Meaning |
|---|---|
| ID Потока | The unique identifier of the stream to update. Required for update operations. |
| Данные Потока | The JSON-formatted data representing the stream's updated properties. Required for create and update operations. |
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 the API key masked.
resource- The resource type involved in the operation, e.g., 'stream'.operation- The operation performed, e.g., 'update'.success- Indicates if the operation was successful (true for update).data- The data returned from the Keitaro API after the update operation.
Dependencies
- Keitaro API key credential
- Keitaro domain URL
Troubleshooting
- Ensure the stream ID is provided and valid for update operations; missing or invalid IDs will cause errors.
- Verify that the JSON data for the stream is correctly formatted and contains the necessary fields for update.
- Check that the Keitaro API key and domain are correctly configured in the node credentials; missing credentials will prevent API access.
- API errors will include status codes and messages; review these to understand issues such as permission errors or invalid data formats.
Links
- Keitaro API Documentation - Official documentation for Keitaro API endpoints and usage.