Actions72
- Кампания Actions
- Лендинг Actions
- Оффер Actions
- Клик Actions
- Настройки Actions
- Пользователь Actions
- Блэклист Actions
- Бот Actions
- Постбэк Actions
- Источник Actions
- Конверсия Actions
- Статистика Actions
- Группа Actions
- Поток Actions
- Фильтр Actions
- Лог Actions
- Домен Actions
Overview
This node interacts with the Keitaro API to manage various resources such as campaigns, streams, landings, offers, traffic, users, blacklists, bots, postbacks, sources, conversions, domains, clicks, filters, settings, logs, statistics, and groups. Specifically, for the resource "Источник" (Source), it supports operations including getting, updating, and deleting a source by its ID. The node is useful for automating the management of marketing and tracking data within Keitaro, such as deleting a source when it is no longer needed.
Use Case Examples
- Deleting a source by specifying its ID to clean up unused or obsolete sources in Keitaro.
- Retrieving information about a specific source before deciding to delete or update it.
Properties
| Name | Meaning |
|---|---|
| ID Источника | The unique identifier of the source to be operated on (required for get, update, delete 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., source).operation- The operation performed on the resource (e.g., delete).success- Indicates if the operation was successful (true for delete).data- The data returned from the Keitaro API after the operation.error- Indicates if an error occurred during the operation, with error details.
Dependencies
- Requires Keitaro API credentials including domain and API key for authentication.
Troubleshooting
- Ensure the source ID is provided for delete operations; missing ID will cause an error.
- Verify that the Keitaro API credentials (domain and API key) are correctly set up; missing credentials will prevent API access.
- Check that the API key has sufficient permissions to delete sources in Keitaro.
- If the API returns an error status, review the error message for details such as invalid ID format or resource not found.
Links
- Keitaro API Documentation - Official documentation for Keitaro API endpoints and usage.