Keitaro icon

Keitaro

Работа с API Keitaro

Overview

This node interacts with the Keitaro API to manage various resources, including postbacks. Specifically, for the 'Постбэк' (Postback) resource and the 'Удалить' (Delete) operation, it deletes a postback by its ID. This is useful for automating the removal of postbacks in Keitaro campaigns, streams, or other entities where postbacks are used to track conversions or events.

Use Case Examples

  1. Deleting a postback by specifying its ID to clean up or remove obsolete tracking URLs.
  2. Automating postback management in marketing campaigns by deleting postbacks that are no longer needed.

Properties

Name Meaning
ID Постбэка The unique identifier of the postback to be deleted. This is required for the delete operation on the postback resource.

Output

JSON

  • json - The JSON response from the Keitaro API after attempting to delete the postback. It includes success status and any relevant data or error messages.

Dependencies

  • Requires an API key credential for Keitaro API access, including domain and API key.

Troubleshooting

  • Ensure the postback ID is provided and valid; missing or invalid IDs will cause errors.
  • Verify that the API key and domain credentials are correctly set up; missing credentials will prevent API access.
  • Check for API response errors such as status codes outside the 200-299 range, which indicate request failures.
  • If the operation is not supported for the resource, an error will be thrown.
  • For delete operations on conversions, ensure the ID format is correct (UUID format is supported).

Links

  • Keitaro API Documentation - Official documentation for the Keitaro API, useful for understanding available endpoints and operations.

Discussion