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 various resources such as campaigns, streams, landings, offers, users, postbacks, conversions, settings, and more. Specifically, for the "Настройки" (Settings) resource with the "Обновить" (Update) operation, it updates existing settings data in Keitaro by sending a PUT request with the provided settings ID and JSON data. This node is useful for automating the management and updating of Keitaro settings within workflows, enabling seamless synchronization and configuration updates.
Use Case Examples
- Updating settings data in Keitaro by specifying the settings ID and new JSON data to modify configuration parameters.
- Automating the update of campaign or user settings by integrating this node in a workflow to reflect changes dynamically.
Properties
| Name | Meaning |
|---|---|
| ID Настроек | The unique identifier of the settings to update. Required for update operations on the settings resource. |
| Данные Настроек | The JSON-formatted data representing the settings to be updated. Required for create and update operations on the settings resource. |
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 key masked.
resource- The resource type involved in the operation (e.g., settings).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, typically the updated settings object.
Dependencies
- Keitaro API key credential with domain and API key required for authentication.
Troubleshooting
- Ensure the settings ID is provided and valid for update operations; missing or invalid ID will cause errors.
- Verify that the JSON data for settings is correctly formatted and not empty; invalid JSON will cause the request to fail.
- Check that the API key and domain credentials are correctly set up; missing credentials will prevent API access.
- For 'stats' resource, only 'getAll' operation is supported; using other operations will throw an error.
- If the API returns an error status, the node throws an error with the API message; check the API response for details.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API endpoints and usage.