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 operations on various resources such as streams, campaigns, landings, offers, and more. Specifically, for the 'Поток' (Stream) resource with the 'Получить' (Get) operation, it retrieves detailed information about a specific stream by its ID. This is useful for users who want to fetch and utilize stream data within their workflows, for example, to analyze or update stream configurations based on the retrieved data.
Use Case Examples
- Fetching details of a specific stream by its ID to monitor or update its settings.
- Integrating Keitaro stream data into a reporting or analytics workflow.
Properties
| Name | Meaning |
|---|---|
| ID Потока | The unique identifier of the stream to retrieve information for. |
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 for security.
resource- The resource type involved in the operation, e.g., 'stream'.operation- The operation performed, e.g., 'get'.data- The data returned from the Keitaro API for the requested stream.
Dependencies
- Keitaro API key credential
- Keitaro domain credential
Troubleshooting
- Ensure the 'ID Потока' (stream ID) is provided and valid; missing or incorrect IDs will cause errors.
- Verify that the Keitaro API key and domain credentials are correctly configured and accessible.
- Check that the API endpoint URL is correctly formed and reachable.
- If the API returns an error status, review the error message for details such as invalid permissions or resource not found.
- For 'stats' resource, only the 'getAll' operation is supported; using other operations will throw an error.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API endpoints and usage.