Pull Stat

Renders a prominent, large statistic or number, often with a brief

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
valuestring (the prominent number/statistic, e.g., "99%", "1.2M")required
labelstring (descriptive text for the stat, e.g., "customer satisfaction")required
unitoptional string (e.g., "%", "users", "USD")optional
coloroptional string (hex code or named color for the value)optional
Example payload
{
  "type": "pull_stat",
  "value": 1,
  "label": "Pull Stat"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:pull_stat",
  "displayName": "Pull Stat",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/pull_stat",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a prominent, large statistic or number, often with a brief",
  "representativeQueries": [
    "show a large display number pulled from prose for emphasis descriptive label",
    "renders a prominent, large statistic or number, often with a brief",
    "render a pull stat"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →