Renders a card showcasing a mention or feature in a media publication.
| Surface | Note |
|---|---|
| googlechat | Renders as basic text and publication logo; card styling and rich layout are not supported. |
| Renders as basic text and publication logo; card styling and rich layout may be rendered as a simple image or not at all. |
| Field | Type | |
|---|---|---|
| publication_name | string | required |
| publication_logo_url | string | required |
| headline | string | required |
| article_url | string | required |
| date | string | required |
{
"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"
}
{
"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"
]
}
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 →