Social Proof Banner

Renders a prominent banner highlighting a key social proof metric or

Surfaces
webgoogle-meet-stagepdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders 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.
Live preview
👥
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",
    "google-meet-stage",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →