Renders a premium pipeline conversion funnel with tapered glowing step bars, percentage conversion rates, and leakage drop-off markers.
| Field | Type | |
|---|---|---|
| title | string (optional, e.g., 'Acquisition Funnel') | optional |
| steps | list of dictionaries representing funnel stages: [{'stage': 'Visits', 'value': 10000}, {'stage': 'Signups', 'value': 4500}, ...] | required |
{
"type": "conversion_funnel",
"steps": [
{
"title": "Step one",
"body": "First thing to do."
},
{
"title": "Step two",
"body": "Then this."
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:conversion_funnel",
"displayName": "Conversion Funnel",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/conversion_funnel",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Renders a premium pipeline conversion funnel with tapered glowing step bars, percentage conversion rates, and leakage drop-off markers.",
"representativeQueries": [
"show a pipeline conversion funnel with step tapering and leak markers",
"renders a premium pipeline conversion funnel with tapered glowing step bars, percentage conversion r",
"render a conversion funnel"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →