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, traffic, users, blacklists, bots, postbacks, sources, conversions, domains, clicks, filters, settings, logs, statistics, and groups. It supports operations like retrieving a single resource, retrieving all resources, creating, updating, deleting, and testing postbacks. For the "settings" resource with the "get" operation, it fetches information about a specific settings entry by its ID. This node is useful for automating and managing marketing and tracking data within the Keitaro platform, such as fetching configuration settings, managing campaigns, or handling conversions.
Use Case Examples
- Fetch a specific settings entry by its ID to review or use its configuration in a workflow.
- Retrieve all campaigns to analyze or report on marketing efforts.
- Create or update a postback to automate conversion tracking and notifications.
Properties
| Name | Meaning |
|---|---|
| ID Настроек | The unique identifier of the settings entry to retrieve, update, or delete. Required for operations get, update, and delete 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., get).data- The data returned from the Keitaro API for the requested resource.success- Indicates if the operation was successful (present for create, update, delete operations).count- Number of items returned (present for getAll operations).error- Indicates an error occurred during the operation, with detailed error information.
Dependencies
- Keitaro API key credential with domain and API key
Troubleshooting
- Ensure the API key and domain are correctly set in the credentials; missing or incorrect credentials will cause authentication errors.
- For get, update, and delete operations, the resource ID must be provided; missing IDs will cause errors.
- The stats resource only supports the getAll operation; using other operations will throw an error.
- When fetching clicks with getAll, at least one parameter (interval, date range, or limit) must be specified to avoid errors.
- API errors return messages that should be checked for details; enable debug logs to see request and response details for troubleshooting.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API endpoints and usage.