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, conversions, and more. Specifically, for the resource "Конверсия" (Conversion), it supports operations including getting, updating, and deleting conversions by their ID. The node is useful for automating the management of conversion data within Keitaro, such as deleting a conversion record by its unique ID. This can be applied in scenarios where conversions need to be programmatically removed based on certain conditions or workflows.
Use Case Examples
- Deleting a conversion by specifying its conversion ID to clean up or correct data in Keitaro.
- Retrieving conversion details for analysis or updating conversion information as part of a marketing automation process.
Properties
| Name | Meaning |
|---|---|
| ID Конверсии | The unique identifier of the conversion to be deleted, retrieved, or updated. This property is required for operations get, update, and delete on the conversion resource. |
Output
JSON
jsonrequest
*url- 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., conversion).operation- The operation performed (e.g., delete).success- Indicates if the operation was successful (true for delete).data- The data returned from the API after the operation, typically confirmation of deletion or details of the conversion.error- Indicates if an error occurred during the operation, with detailed error information if true.
Dependencies
- Keitaro API with domain and API key credentials
Troubleshooting
- Ensure the conversion ID is provided and correctly formatted for delete operations; missing or invalid IDs will cause errors.
- Verify that the Keitaro API credentials (domain and API key) are correctly set up and valid, as missing credentials will prevent API access.
- Check for API response errors indicating issues such as unauthorized access, invalid resource IDs, or network problems.
- If the operation fails, the node outputs detailed error information including HTTP status and response data to help diagnose the problem.