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 campaigns, streams, landings, offers, and more. Specifically, for the 'Кампания' (Campaign) resource with the 'Обновить' (Update) operation, it updates an existing campaign by sending updated campaign data in JSON format to the Keitaro API. This node is useful for automating campaign management tasks, such as updating campaign settings or details programmatically within a workflow.
Use Case Examples
- Updating a campaign's budget or targeting parameters by providing the campaign ID and new campaign data in JSON format.
- Automating campaign updates based on external triggers or data changes, ensuring campaign configurations are always current.
Properties
| Name | Meaning |
|---|---|
| ID Кампании | The unique identifier of the campaign to update. Required for update operations. |
| Данные Кампании | The campaign data in JSON format containing the fields to update. Required for create and update operations. |
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 keys masked.
resource- The resource type involved in the operation, e.g., 'campaign'.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 update operation.
Dependencies
- Requires an API key credential for Keitaro API access, including domain and API key.
Troubleshooting
- Ensure the campaign ID is provided for update operations; missing ID will cause errors.
- Verify that the campaign data JSON is correctly formatted and not empty; invalid or empty data will cause errors.
- Check that the API credentials (domain and API key) are correctly set; missing credentials will prevent API access.
- API errors will include status codes and messages; review these to diagnose issues such as authorization failures or invalid requests.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API, useful for understanding available endpoints and data formats.