Social Proof Banner

Renders a prominent banner highlighting a key social proof metric or

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as basic text and icon; banner styling and rich layout are not supported.
emailRenders as basic text and icon; banner styling and rich layout may be rendered as a simple image or not at all.
Fields
FieldType
metric_valuestringrequired
metric_labelstringrequired
icon_urlstringrequired
link_urlstringrequired
Example payload
{
  "type": "social_proof_banner",
  "metric_value": "Metric value",
  "metric_label": "Metric label",
  "icon_url": "https://example.com",
  "link_url": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:social_proof_banner",
  "displayName": "Social Proof Banner",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/social_proof_banner",
  "capabilities": [
    "web",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a prominent banner highlighting a key social proof metric or",
  "representativeQueries": [
    "show a social proof strip with stats and logos achievement",
    "renders a prominent banner highlighting a key social proof metric or",
    "render a social proof banner"
  ]
}
← 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 →