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 such as clicks, campaigns, conversions, and more. Specifically, for the 'Клик' resource with the 'Создать' operation, it allows users to create a new click record by sending JSON-formatted click data to the Keitaro API. This is useful for tracking and managing click events in marketing campaigns or traffic analysis.
Use Case Examples
- Creating a new click record by providing click data in JSON format, which can include details like click ID, source, and other metadata.
- Automating the creation of click entries in Keitaro to synchronize external click tracking systems with Keitaro's database.
Properties
| Name | Meaning |
|---|---|
| Данные Клика | JSON-formatted data representing the click details to be created in Keitaro. |
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 data like API keys masked.
resource- The resource type involved in the operation, e.g., 'click'.operation- The operation performed, e.g., 'create'.success- Indicates if the operation was successful (true for create operation).data- The data returned from the Keitaro API after creating the click, typically the created click object.
Dependencies
- Requires an API key credential for Keitaro API authentication and the domain URL of the Keitaro instance.
Troubleshooting
- Ensure the API key and domain are correctly set in the credentials; missing or incorrect values will cause authentication errors.
- The click data must be valid JSON and include necessary fields; otherwise, the API will return an error.
- If the API response status code is not in the 200-299 range, the node throws an error with the status code and message.
- For the 'create' operation, the node expects non-empty click data; empty or missing data will cause an error.