ZuckerBot

ZuckerBotTool referenceConversion tracking (CAPI)

Sync Conversion

zuckerbot_sync_conversion

Send downstream conversion quality feedback to Meta via CAPI. When a ZuckerBot-sourced lead converts (sale, appointment, qualified call) or bounces (uncontactable, bad fit), reporting it here teaches Meta's algorithm to find more (or fewer) people like them — improving lead quality over time. Call this from your CRM when a lead status changes.

Parameters

NameTypeDescription
campaign_idstringrequiredZuckerBot campaign ID
lead_idstringrequiredLead ID to report conversion for
quality"good" | "bad"requiredLead quality: 'good' = converted/contacted, 'bad' = lost/unresponsive
meta_access_tokenstringrequiredUser's Meta access token for CAPI
user_dataobjectoptionalOptional user data to improve match rate
fbclidstringoptionalOptional Facebook click ID; the server builds a well-formed fbc cookie from it
fbcstringoptionalOptional pre-formatted fbc cookie, forwarded raw — never hashed
fbpstringoptionalOptional _fbp browser cookie, forwarded raw — never hashed. Improves match quality

Example call

{
  "tool": "zuckerbot_sync_conversion",
  "arguments": {
    "campaign_id": "<campaign_id>",
    "lead_id": "<lead_id>",
    "quality": "good",
    "meta_access_token": "<meta_access_token>"
  }
}

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_sync_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.