zuckerbot_create_custom_conversion
Create a custom conversion on your ad account by providing a pixel ID, name, and optional rule (e.g., URL contains) and source event type.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the custom conversion | |
| rule | No | Optional Meta rule object, e.g. {"url":{"i_contains":"/thank-you"}} | |
| pixel_id | Yes | Pixel (event source) the conversion is based on | |
| business_id | No | Optional business ID override for the authenticated API key | |
| custom_event_type | No | Source event type, defaults to OTHER |