ZuckerBot

ZuckerBotTool referenceConversion tracking (CAPI)

Create Custom Conversion

zuckerbot_create_custom_conversion

Create a custom conversion on the connected ad account (requires sufficient Graph permissions on the Meta token — returns insufficient_permission if Meta refuses). Provide the pixel, a name, optionally a rule (e.g. URL contains ...) and the source event type.

Parameters

NameTypeDescription
business_idstringoptionalOptional business ID override for the authenticated API key
namestringrequiredDisplay name for the custom conversion
pixel_idstringrequiredPixel (event source) the conversion is based on
custom_event_typestringoptionalSource event type, defaults to OTHER
ruleobjectoptionalOptional Meta rule object, e.g. {"url":{"i_contains":"/thank-you"}}

Example call

{
  "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.

Related tools — Conversion tracking (CAPI)

Connect ZuckerBot to your AI agent in about two minutes: get started free, browse the full tool reference, or grab the lifetime deal.