ZuckerBot › Tool reference › Conversion tracking (CAPI)
zuckerbot_create_custom_conversion
| Name | Type | Description | |
|---|---|---|---|
business_id | string | optional | Optional business ID override for the authenticated API key |
name | string | required | Display name for the custom conversion |
pixel_id | string | required | Pixel (event source) the conversion is based on |
custom_event_type | string | optional | Source event type, defaults to OTHER |
rule | object | optional | Optional Meta rule object, e.g. {"url":{"i_contains":"/thank-you"}} |
{
"tool": "zuckerbot_create_custom_conversion",
"arguments": {
"name": "<name>",
"pixel_id": "<pixel_id>"
}
}
You never invoke this directly — describe what you want in plain English inside Claude, Cursor, ChatGPT or any MCP client with ZuckerBot connected, and the agent selects zuckerbot_create_custom_conversion and fills the arguments for you.