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 getting, updating, creating, and deleting landing entries. The node is useful for automating management of landing pages within the Keitaro platform, allowing users to update landing data programmatically, retrieve landing information, or manage landing entries as part of a workflow.
Use Case Examples
- Updating landing data with new JSON content to reflect changes in the landing page configuration.
- Retrieving landing information by ID to use in further processing or reporting.
- Deleting a landing entry when it is no longer needed.
Properties
| Name | Meaning |
|---|---|
| ID Лендинга | The unique identifier of the landing to get, update, or delete. |
| Данные Лендинга | The landing data in JSON format used for creating or updating a landing entry. |
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., 'landing'.operation- The operation performed, e.g., 'update'.success- Indicates if the operation was successful (true for update).data- The data returned from the Keitaro API after the operation, typically the updated landing data.
Dependencies
- Keitaro API with domain and API key credentials required for authentication.
Troubleshooting
- Ensure the 'ID Лендинга' is provided and valid for 'get', 'update', or 'delete' operations; missing or invalid ID will cause errors.
- The 'Данные Лендинга' JSON must be valid and non-empty for 'create' and 'update' operations; invalid JSON or empty data will cause errors.
- API credentials (domain and API key) must be correctly configured; missing credentials will prevent API calls.
- For 'stats' resource, only 'getAll' operation is supported; using other operations will throw an error.
- Check API response status codes; non-2xx responses indicate API errors and will throw exceptions with status details.