HubSpot Marketing Hub AEO: extending Marketing Hub with citation data

How Lantern extends HubSpot Marketing Hub with AI citation tracking — campaigns, workflows, and attribution reports now understand which campaigns drove ChatGPT citations, not just web traffic.

Updated 2026-04-20 · HubSpot integration · ~6 min read

What this does

HubSpot Marketing Hub's campaigns, workflows, and attribution reports were built pre-AEO. Lantern extends them with AI citation awareness: campaigns get a 'Citations earned' metric, workflows can branch on ai_source, attribution reports split pipeline by AI engine. The underlying HubSpot Marketing Hub stays intact — Lantern adds layers on top via the API and custom properties.

How Lantern fits

Lantern's Marketing Hub integration does three things: (1) pushes citation counts into HubSpot Campaign analytics as a custom metric, so campaign ROI reports include AEO pipeline. (2) exposes ai_source as a valid filter and branch condition in HubSpot Marketing Workflows. (3) tags every HubSpot email with an ai_referred_open_rate metric computed from recipient ai_source.

Setup preview

Marketing Hub Professional+ required for most extensions (custom campaign analytics, workflow properties). Starter customers get a lighter integration: ai_source property is exposed in list filters but not in workflow branch conditions. Install tier is auto-detected; Lantern enables whichever extensions your Marketing Hub tier supports.

Marketing Hub Workflow branch on ai_source (JSON excerpt) · json
{
  "name": "AI-aware nurture: ChatGPT branch",
  "type": "MARKETING_WORKFLOW",
  "enrollmentTriggers": [
    {
      "property": "lifecyclestage",
      "operator": "EQUAL",
      "value": "lead"
    }
  ],
  "branches": [
    {
      "name": "ChatGPT-sourced leads",
      "condition": {
        "property": "ai_source",
        "operator": "EQUAL",
        "value": "chatgpt"
      },
      "actions": [
        {"type": "SEND_EMAIL", "emailId": "chatgpt-welcome-v2"},
        {"type": "DELAY", "durationMs": 172800000},
        {"type": "SEND_EMAIL", "emailId": "chatgpt-followup-v2"}
      ]
    },
    {
      "name": "Perplexity-sourced leads",
      "condition": {
        "property": "ai_source",
        "operator": "EQUAL",
        "value": "perplexity"
      },
      "actions": [
        {"type": "SEND_EMAIL", "emailId": "perplexity-welcome-v1"}
      ]
    },
    {
      "name": "Non-AI leads (default)",
      "condition": "DEFAULT",
      "actions": [
        {"type": "SEND_EMAIL", "emailId": "standard-welcome"}
      ]
    }
  ]
}

Where this fits in the bigger picture

This page describes one specific surface inside HubSpot where Lantern's AEO pipeline attribution plugs in. The full integration stitches together across HubSpot Contacts, Deals, Workflows, Lists, Reports, Forms, CMS, and the Marketing/Sales/Service Hub stack. If you're evaluating where to start, the comparison hub has side-by-side comparisons of Lantern against Profound, Scrunch, Peec AI, AthenaHQ, and HubSpot's own AEO product — scored on the dimensions that matter for a CMO buyer (CRM integration depth, reporting quality, prompt-scaling economics).

If you're about to walk this work into a renewal review or budget conversation, the CFO's Guide to AEO Budget Defense has the memo template, the five-slide deck structure, the attribution-math cheat sheet, and the three most-common CFO objections with counter-arguments. It's the long-form companion that translates the technical HubSpot setup on this page into a defensible dollar number for finance.

FAQ

Common questions.

Does this require Marketing Hub Enterprise?
No — Professional is enough for custom campaign analytics and workflow branching. Enterprise unlocks revenue attribution models which Lantern hooks into as a data source, but the core AEO extensions work on Professional.
How does this interact with HubSpot's own AEO product (launched April 14, 2026)?
HubSpot's AEO product adds citation tracking inside HubSpot but lacks deep multi-engine monitoring and doesn't close the loop to deal attribution. Lantern runs alongside it — HubSpot's AEO covers the 'what got cited' layer, Lantern covers the 'did it pay for itself' layer.
Can I build my own reports on top of the AEO data in Marketing Hub?
Yes. All ai_* properties are queryable in HubSpot's Custom Report builder. Common custom reports: 'Pipeline by campaign + ai_source' (which campaigns earn AI citations), 'Email engagement by ai_engine' (do ChatGPT leads open at higher rates?), 'Form submission rate by ai_source' (which engines convert better?).
What about HubSpot Campaigns — can I tag a campaign as 'AEO'?
Yes. Create a HubSpot Campaign called 'AEO 2026', and Lantern will auto-associate all AI-sourced contacts created in 2026 with that campaign. The campaign's native revenue attribution then includes AEO-sourced pipeline as a line item.

Lantern ships this as a one-click HubSpot install.

Instead of hand-wiring properties, workflows, and tracking snippets, Lantern installs the full HubSpot integration in under 30 minutes — then ships the monthly AEO pipeline ROI report your CFO signs off on. $99/mo Starter or Enterprise. 14-day free trial.

Start free trial