Microsoft Clarity Now Shows Which WooCommerce Pages Copilot Cites

Microsoft Clarity expanded its AI Visibility view on April 21, 2026 — WooCommerce stores can now see which of their pages Copilot cited, how citation share splits against competitors, and which pages influenced an AI response with no click-through. Clarity stops at citation; Microsoft has declined to expose click-through or conversion linkage. The only way to read citation share against revenue is to capture inbound URL parameters server-side, write the AI-surface dimension to BigQuery, and join citation frequency to order outcome in SQL.

AI Overviews Are Eating WooCommerce Traffic. Citation Is the New Rank

AI Overviews cut position-one CTR by 58% on top-ranking pages (Ahrefs, December 2025). Pew Research found just 8% of users click traditional results when an AI summary appears, vs 15% without — only 1% click links inside the summary. But cited brands earn 35% more organic and 91% more paid clicks than uncited brands (Seer Interactive). Citation is replacing ranking position as the commercial signal. GA4 cannot connect AI Overview citations to eventual revenue because the user’s path rarely includes a click. Server-side attribution joins persistent first-party IDs across page views and conversions in BigQuery.

Google AI Mode Is Hidden Inside GA4 Organic Search

Google AI Mode reached 75 million daily active users by October 2025 (Searchable/PPC Land, 2026), and every visit arrives with google.com as the referrer — so GA4 buckets it as Organic Search, indistinguishable from a regular Google query. AI Mode converts at 4.4x baseline (Mersel AI, 2026), but that signal disappears inside the Organic column. A custom channel group cannot fix it because the referrer is identical. The fix is server-side landing-time capture: stamp the AI Mode signal as a first-party session attribute before the WooCommerce checkout fires, then read it in BigQuery.

GA4 Custom Channel Group for AI Traffic in WooCommerce

GA4’s default channel grouping has no AI Assistants channel in 2026 — ChatGPT with a referrer lands in Referral, ChatGPT without one lands in Direct, and Gemini, Perplexity, Claude and DeepSeek scatter the same way. A custom channel group with a regex on Source captures the visible two-thirds. The other 35-70% has no referrer header at all (Loamly, Feb 2026) — four documented strip mechanisms remove it before GA4 ever sees the visit. WooCommerce stores need both: the channel group for reporting, and server-side capture for the hidden floor.

Gemini Just Overtook Perplexity in AI Referrals

Gemini overtook Perplexity in March 2026 and now drives 8.65% of global AI chatbot referrals — up from 2.31% in April 2025, a 275% year-over-year gain. Any GA4 channel group set up before February 2026 is now miscategorizing the fastest-growing AI source. Worse, 70.6% of AI traffic reaches WooCommerce stores with no referrer header at all, silently inflating Direct, while per-platform conversion rates vary nearly 6x — Claude converts at 16.8%, ChatGPT at 14.2%, Perplexity at 12.4%, Gemini at 3.0%. The fix is server-side capture plus a BigQuery join from GA4 ai_source to WooCommerce order revenue.

ChatGPT Atlas Is Counting Your Repeat WooCommerce Customers as Brand-New Users

ChatGPT Atlas launched October 21 2025, and within a week 27.7% of enterprises had it installed (Cyberhaven Labs, 2025). Atlas reports itself as Chrome 141 in the user-agent, so GA4 can’t see it, and its Chrome import does not carry over cookies. Every returning WooCommerce customer who opens your store in Atlas gets a fresh GA4 client ID, a blank _fbp, and no gclid — silently inflating new-user counts, suppressing LTV, and dropping Meta Event Match Quality and Google Ads Enhanced Conversions match rate. The fix is first-party server-side identity that doesn’t depend on the browser’s cookie jar.

ChatGPT Is Sending Traffic to Your WooCommerce Store and GA4 Cannot See It

ChatGPT is recommending WooCommerce stores. Perplexity is answering shopping questions with product links. Claude is helping users compare options before they buy. 63% of websites already receive AI-driven traffic — and ChatGPT accounts for roughly 50% of it. The problem isn’t that the traffic isn’t arriving. It’s that GA4 can’t tell you it came from … Read more