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 perform various operations on different 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) and operation "Получить" (get), it retrieves information about a specific source by its ID. This node is useful for automating data retrieval from Keitaro, enabling integration with other workflows or systems. For example, it can fetch detailed source information to analyze traffic sources or manage campaign data programmatically.
Use Case Examples
- Retrieve detailed information about a specific traffic source by its ID to analyze its performance.
- Fetch source data to update or synchronize with another marketing platform.
- Use the node in a workflow to automate reporting by gathering source details from Keitaro.
Properties
| Name | Meaning |
|---|---|
| ID Источника | The unique identifier of the source to retrieve information for. This property is required for the get operation on the source 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, including masked API key.
resource- The resource type involved in the operation (e.g., source).operation- The operation performed (e.g., get).data- The data returned from the Keitaro API for the requested source.success- Indicates if the operation was successful (true for create, update, delete).error- Error details if the operation failed, including message, stack, status, and response data.
Dependencies
- Keitaro API key credential
- Keitaro API domain credential
Troubleshooting
- Ensure the API key and domain are correctly set in the node credentials; missing or incorrect credentials will cause authentication errors.
- Verify that the source ID is provided and valid; missing or invalid IDs will cause the node to throw an error indicating the ID is required for the operation.
- Check the API response status code; non-2xx responses indicate API errors which are surfaced by the node with relevant messages.
- If the node fails to parse the API response, ensure the Keitaro API is returning valid JSON data.
- For the 'stats' resource, only the 'getAll' operation is supported; using other operations will cause an error.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API endpoints and usage.