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 perform various operations on different resources such as campaigns, streams, landings, offers, and more. Specifically, for the resource "Лендинг" (Landing), it supports operations like "Получить" (Get), "Обновить" (Update), and "Удалить" (Delete). The node fetches or manipulates landing data by making authenticated API requests to the Keitaro platform. It is useful for automating the management and retrieval of landing page information within marketing and traffic management workflows.
Use Case Examples
- Retrieve detailed information about a specific landing page by its ID to analyze its performance or configuration.
- Update landing page details programmatically based on external data or triggers.
- Delete a landing page record from Keitaro when it is no longer needed.
Properties
| Name | Meaning |
|---|---|
| ID Лендинга | The unique identifier of the landing page to retrieve, update, or delete. This is required for operations on the landing resource. |
Output
JSON
requesturl- The URL of the API request made to Keitaro.method- The HTTP method used for the API request (e.g., GET, POST).headers- Headers sent with the API request, with sensitive API keys masked.
resource- The resource type involved in the operation, e.g., 'landing'.operation- The operation performed, e.g., 'get'.data- The data returned from the Keitaro API for the requested landing resource.success- Indicates if the operation was successful (true/false).error- If an error occurred, this field contains error details including message, stack trace, HTTP status, and response data.
Dependencies
- Keitaro API with domain and API key credentials
Troubleshooting
- Ensure the 'ID Лендинга' (landingId) is provided and valid for 'get', 'update', or 'delete' operations; missing or invalid IDs will cause errors.
- Verify that the Keitaro API credentials (domain and API key) are correctly configured; missing credentials will prevent API calls.
- Check API response status codes; non-2xx responses indicate API errors which are logged and returned as error objects.
- For 'getAll' operations, ensure required parameters like date ranges or limits are set to avoid errors due to missing query parameters.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API endpoints and usage.