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, traffic, users, and more. Specifically, for the 'Оффер' (Offer) resource with the 'Создать' (Create) operation, it allows users to create a new offer by sending JSON-formatted offer data to the Keitaro API. This is useful for automating the management of offers within the Keitaro platform, enabling seamless creation of offers based on dynamic input data.
Use Case Examples
- Creating a new offer by providing offer details in JSON format, which is then sent to the Keitaro API to register the offer automatically.
- Automating offer creation as part of a marketing campaign setup workflow.
Properties
| Name | Meaning |
|---|---|
| Данные Оффера | The offer data in JSON format required to create or update an offer. |
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.
resource- The resource type involved in the operation (e.g., offer).operation- The operation performed (e.g., create).success- Indicates if the operation was successful (true for create).data- The data returned from the Keitaro API after creating the offer.
Dependencies
- Requires an API key credential for Keitaro API access and the domain URL of the Keitaro instance.
Troubleshooting
- Ensure the API key and domain are correctly set in the credentials; missing or incorrect credentials will cause authentication errors.
- The offer data must be valid JSON and include all required fields; otherwise, the API will return an error.
- If the API returns a status code outside the 200-299 range, the node throws an error with the status code and message.
- For 'create' operations, the node expects non-empty JSON data; empty or missing data will cause an error.