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 campaigns, streams, landings, offers, traffic, users, and more. Specifically, for the 'offer' resource and 'update' operation, it updates an existing offer with new data provided in JSON format. This is useful for automating the management of offers in Keitaro, such as updating offer details programmatically based on external triggers or workflows.
Use Case Examples
- Updating an offer's details by providing the offer ID and new offer data in JSON format to keep the offer information current and accurate.
- Automating bulk updates of multiple offers by looping through input data and applying updates via the API.
Properties
| Name | Meaning |
|---|---|
| ID Оффера | The unique identifier of the offer to update. Required for update operations on the offer resource. |
| Данные Оффера | The offer data in JSON format containing the fields to update. Required for create and update operations on the offer 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 data like API keys masked.
resource- The resource type involved in the operation (e.g., offer).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 offer details.error- If an error occurs, this field contains error details including message, stack, resource, operation, URL, status, and response data.
Dependencies
- Keitaro API key credential
- Keitaro domain URL
Troubleshooting
- Ensure that the 'ID Оффера' (offer ID) is provided and valid for update operations; missing or invalid IDs will cause errors.
- The 'Данные Оффера' (offer data) must be a valid JSON object with the fields to update; empty or malformed JSON will cause the API to reject the request.
- Verify that the Keitaro API key and domain are correctly configured in the node credentials; missing or incorrect credentials will prevent API access.
- API errors will include status codes and messages; check these to diagnose issues such as permission errors or invalid data formats.
- If the node is set to continue on fail, errors will be returned in the output JSON with detailed information for debugging.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API, including endpoints and data formats.