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 manage various resources, including conversions. Specifically, for the 'conversion' resource with the 'create' operation, it allows users to create new conversion records either by providing detailed JSON data or using a simplified form with key parameters like click ID, status, revenue, currency, transaction ID, and comments. This node is useful for tracking conversions in marketing campaigns, such as registering leads, sales, or other conversion statuses tied to specific clicks.
Use Case Examples
- Creating a conversion by providing a JSON object with click_id, status, and revenue.
- Using the simplified conversion creation form to quickly register a conversion with essential parameters.
Properties
| Name | Meaning |
|---|---|
| Данные Конверсии | Conversion data in JSON format. Must include click_id. |
| Упрощенное создание конверсии | Simplified way to create a conversion with key parameters like click_id, status, revenue, currency, transaction_id, and comment. |
Output
JSON
requesturl- The URL of the API request made.method- HTTP method used for the API request.headers- Headers sent with the API request, with API key masked.
resource- The resource type involved in the operation, e.g., conversion.operation- The operation performed, e.g., create.success- Indicates if the operation was successful (true for create).data- The data returned from the API response, typically the created conversion object or relevant response data.
Dependencies
- Requires an API key credential and domain configuration for Keitaro API access.
Troubleshooting
- Ensure the API key and domain are correctly set in the credentials; missing these will cause authentication errors.
- When creating a conversion, the click_id must be provided either in the JSON data or the simplified form; missing click_id will cause an error.
- For 'stats' resource, only the 'getAll' operation is supported; using other operations will throw an error.
- If the API response status code is not in the 200 range, an error with the status code and message is thrown.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API endpoints and usage.