Media Mention Card

Renders a card showcasing a mention or feature in a media publication.

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as basic text and publication logo; card styling and rich layout are not supported.
emailRenders as basic text and publication logo; card styling and rich layout may be rendered as a simple image or not at all.
Fields
FieldType
publication_namestringrequired
publication_logo_urlstringrequired
headlinestringrequired
article_urlstringrequired
datestringrequired
Example payload
{
  "type": "media_mention_card",
  "publication_name": "Publication name",
  "publication_logo_url": "https://example.com",
  "headline": "Main headline text here",
  "article_url": "https://example.com",
  "date": "2026-06-28"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:media_mention_card",
  "displayName": "Media Mention Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/media_mention_card",
  "capabilities": [
    "web",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a card showcasing a mention or feature in a media publication.",
  "representativeQueries": [
    "show a press or media mention with logo and quote",
    "renders a card showcasing a mention or feature in a media publication.",
    "render a media mention card"
  ]
}
← 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 →