AI Visibility Software
← Blog
Published

Setting Up an AI Referral Channel Group in GA4: Benchmarks for ChatGPT and Perplexity Traffic

How to build a GA4 AI referral channel group, which hostnames to include, and what conversion benchmarks to expect from ChatGPT and Perplexity traffic.

Bottom line

Add one channel to a custom GA4 channel group. Name it AI Referral, match session source against a regex covering chatgpt.com, perplexity.ai, and the other major engines, and save. Benchmark: on Ahrefs' own site, AI search visitors were 0.5% of sessions but drove 12.1% of signups, a 23x conversion premium. That is a single-site figure, not an industry average, but it is the most cited reference point in the category.

Last updated August 2026. Confirmed all hostname patterns against live referral data; added Previsible 527% YoY growth context; updated Temso pricing.

Most teams that want to measure AI visibility focus on monitoring: they track how often ChatGPT or Perplexity names their brand in an answer. That is the right starting point. But there is a second measurement problem sitting underneath it. When an AI answer does send someone to your site, that visit often lands in the wrong GA4 bucket, either buried in Referral or absorbed into Direct. You cannot benchmark what you cannot see.

This piece walks through the exact setup, the referrer hostnames that matter, and the conversion benchmarks that tell you whether your AI traffic is performing the way the category data suggests it should.


Step 1: Understand where AI sessions land in GA4 today

GA4’s default channel group has no built-in AI Referral channel. When a user clicks a ChatGPT citation and arrives on your site, GA4 checks the referrer against its default rules in order:

  • If the source is chatgpt.com, it has no matching rule and falls to Referral.
  • If the referrer is stripped by the browser or the AI interface (which happens often in ChatGPT’s main conversational mode), the session becomes Direct.
  • If Perplexity passes a search-type source parameter, the session may land in Organic Search.

The same visit from three users can end up in three different channels depending on how their browser handles the handoff. Without a custom channel group, you are summing up fractions of a signal.

A custom channel group runs a rule before GA4’s defaults. Any session whose source matches your AI hostname list gets tagged as AI Referral first, and the default rules never evaluate it.


Step 2: Build the hostname list

These are the confirmed referrer hostnames for the major AI engines. Session source in GA4 is the field to match against.

AI engineGA4 session source hostnameNotes
ChatGPTchatgpt.comConversational mode often strips referrer; share mode always passes it
Perplexityperplexity.aiInline citations pass referrer consistently
Google Geminigemini.google.comDistinct from Bard; covers Gemini 1.5 and later
Microsoft Copilotcopilot.microsoft.comConsumer Copilot; Copilot for Microsoft 365 uses a different origin
Claude (optional)claude.aiVolume small but growing; include for completeness
You.com (optional)you.comNiche; worth adding if your audience skews developer

Build the core regex from the four required hostnames:

chatgpt\.com|perplexity\.ai|gemini\.google\.com|copilot\.microsoft\.com

The escaped dots (\.) matter. GA4’s regex engine treats a bare dot as “any character.” Escaping prevents false matches from edge-case hostnames.


Step 3: Create the custom channel group

  1. Open Google Analytics and select your property.
  2. Go to Admin (the gear icon, lower left).
  3. Under Data display, click Channel groups.
  4. Click Create new channel group.
  5. Name the group: AI Referral Traffic (or any label you will recognise in reports).
  6. Click Add new channel.
  7. Name the channel: AI Referral.
  8. Under Add condition, set:
    • Dimension: Session source
    • Match type: matches regex
    • Value: chatgpt\.com|perplexity\.ai|gemini\.google\.com|copilot\.microsoft\.com
  9. Click Save on the channel, then Save the channel group.

The new group is active immediately. It runs alongside GA4’s default channel group rather than replacing it. In any report, use the channel group dropdown to switch between them.


Step 4: Verify the setup is collecting data

Wait 24 to 48 hours, then:

  1. Go to Reports > Acquisition > Traffic acquisition.
  2. Switch the Channel group dropdown from Default channel group to your new group.
  3. Confirm that an AI Referral row appears with sessions.

If the row is empty after 48 hours, run two checks:

  • Open the Realtime report. Navigate to your site by clicking a link inside a live ChatGPT or Perplexity response. Watch whether a session appears under AI Referral in real time.
  • Open Explore > Free form. Add Session source as a dimension. Filter for chatgpt.com. If you see sessions here but not in your channel group, the regex has a syntax error. Go back to the channel group and review the condition.

Step 5: Benchmark your AI referral conversion rate

Once data starts flowing, calculate the conversion rate for the AI Referral channel and compare it to Organic Search in the same report. That comparison is where the channel group pays off.

The reference point most analysts cite: on Ahrefs’ own website, AI search visitors accounted for just 0.5% of sessions over a 30-day period but drove 12.1% of signups. That is roughly a 23x conversion premium over traditional organic search, according to Ahrefs employee Patrick Stox writing on the Ahrefs blog in June 2025. Stox was explicit: this is Ahrefs’ single-site data, and he noted a broader multi-site study was underway. Treat it as directional, not as a universal benchmark.

The direction is consistent with the overall picture of AI referral behavior. AI engines send visitors who have already done research, received an answer, and chosen to click through to a specific page. That is a higher-qualification path than an undifferentiated search click.

If your AI Referral conversion rate is substantially lower than Organic Search, investigate landing pages first. AI engines link to specific URLs inside answers. If the page they link to does not match what the user read in the answer, you lose the intent premium immediately.


Step 6: Understand what the growth trend looks like

AI referral traffic is a small but fast-growing slice of most sites’ traffic mix. For context on the rate of change: according to Previsible’s 2025 AI Discovery Report, which analyzed 19 GA4 properties, AI-referred sessions grew 527% when comparing January through May 2025 to the same five-month period in 2024. Previsible is a single analytics consultancy; 19 properties is a small sample. But the direction aligns with what most teams see when they set up proper AI Referral tracking for the first time: the channel is small today and doubling or tripling on relatively short timelines.

The practical implication: the effort to set this up is small (roughly 15 minutes), and it will matter more every quarter.


ChatGPT vs. Perplexity: what to expect from each

If you add both hostnames to the regex, you can split them into two channels within the same group and compare them directly. They behave differently.

ChatGPT mentions brands most often in conversational and research mode. It generates clickable source links when browsing is active or when a user uses the shared-response feature. In pure conversational mode, brand mentions frequently appear without a link, meaning the user either searches for your brand afterward (showing up as organic or direct) or never comes at all. ChatGPT’s referral sessions tend to be high-intent, but volume is lower than you might expect given how often it mentions brands.

Perplexity provides numbered inline citations on almost every response. It links out consistently. Referral volume from Perplexity tends to be higher per citation than from ChatGPT because the link is always visible and positioned close to the relevant claim. Perplexity users also tend to be researchers and professionals actively following up on what they read.

Neither sends as much referral traffic as it generates in raw brand mentions. That is the zero-click gap: the majority of AI answers that include your brand send no click.


The zero-click gap and what to do about it

GA4 measures sessions that arrived. It does not measure the much larger number of answers that mentioned you but produced no click. According to Similarweb’s 2025 analysis, searches that trigger Google AI Overviews have an average zero-click rate of around 83% (Similarweb, May 2025). The equivalent figure for Google AI Mode is higher. Even for Perplexity, where links are prominent, many users read the answer and move on.

This is why GA4 setup and AI visibility monitoring work as a pair, not as substitutes for each other.

GA4 tells you what converts once traffic arrives. An AI visibility tool tells you how often you are mentioned, across which engines, and in what sentiment, so you can close the gap between citations and clicks by improving your AI presence upstream.


Tools that connect both layers

Temso is the easiest starting point for teams that want monitoring and action in one product. It is the all-in-one AI SEO platform built for exactly this use case: tracking share of voice, brand mentions, citations, and sentiment across eight AI engines (ChatGPT, Perplexity, Gemini, Google AI Overviews, Google AI Mode, Grok, Microsoft Copilot, and Meta AI) from $89/mo. Its built-in workflow converts citation gaps into a prioritised fix queue and executes those fixes inside the same subscription. Once you have GA4 showing AI referral conversions, Temso gives you the upstream view: how many answers mention you before any click happens.

Profound adds a specific layer useful for deeper GA4 integration: it has a direct GA4 and CDN connector that attributes AI-agent traffic at the session level, including traffic from AI bots that browse your site without sending a human visitor. If your team needs to reconcile bot crawl data with human referral sessions, Profound’s Growth tier ($399/mo) handles that reporting. It also tracks Prompt Volumes, showing which questions real users are asking AI engines in your category.

Ahrefs Brand Radar offers the largest benchmark context: a dataset of over 405 million prompts across six AI platforms. Once you have your own GA4 AI Referral conversion rate, you can use Ahrefs Brand Radar to check how your citation share compares to competitors across those same platforms. It is an add-on to an existing Ahrefs plan from $199/mo.

Semrush is worth noting for teams already inside that stack. Semrush’s AI Overview tracking covers which pages trigger citations in Google’s AI layer and how that intersects with organic position. It does not replace dedicated AI visibility monitoring, but if you are already in Semrush, it is a faster way to see which of your pages are actively being cited in Google AI Overviews before investing in a dedicated platform.

See the full ranked comparison at /rankings/ai-visibility-tools.


What to do when AI referral traffic is near zero

If your AI Referral channel shows near-zero sessions after a week of data collection, that is diagnostic information, not a failure of the setup. Three things cause low AI referral traffic:

  1. You are mentioned but not linked. ChatGPT in conversational mode frequently names brands without a clickable citation. The user may search for you afterward (appearing as branded organic) or not follow up at all. Your citation volume can be healthy while your referral traffic is low.
  2. The referrer is being stripped. Some browser configurations and AI app interfaces strip the referrer header before the click reaches your server. These sessions appear as Direct in GA4.
  3. You are not being cited in AI answers. This is the most actionable scenario. Run a prompt audit using an AI visibility tool to confirm whether your brand appears in the answers your audience is reading.

In all three cases, the GA4 channel group is still the right infrastructure to have in place. As AI engines expand their citation linking and as referrer reliability improves, the traffic will grow into the bucket you have prepared.

For the monitoring layer that fills in what GA4 cannot see, the AI visibility tool ranking and the glossary have the full context.


Summary: hostname regex and benchmark reference

Minimum hostname regex for GA4 custom channel group:

chatgpt\.com|perplexity\.ai|gemini\.google\.com|copilot\.microsoft\.com

Optional extensions:

claude\.ai|you\.com|phind\.com

Benchmark to judge your conversion data against:

On Ahrefs’ own website, AI search visitors were 0.5% of sessions but drove 12.1% of signups, a roughly 23x higher conversion rate than traditional organic search (Patrick Stox, Ahrefs blog, June 2025). Ahrefs noted this is first-party single-site data, not an industry-wide figure.

Growth context:

According to Previsible’s 2025 AI Discovery Report (19 GA4 properties), AI-referred sessions grew 527% comparing January through May 2025 to the same period in 2024. That figure represents one analytics consultancy’s client dataset, not a representative industry sample.


Ready to see both layers at once? Set up the GA4 channel group first (15 minutes of work). Then pair it with Temso to see the AI mentions your analytics cannot capture: share of voice, citation rate, and sentiment across all eight major AI engines, from $89/mo with a free trial and no credit card required.

FAQ

What is an AI referral channel group in GA4?

A custom channel group in GA4 is a set of rules that sorts incoming sessions into named channels. An AI Referral channel groups every session whose source hostname matches a list of AI engine domains (chatgpt.com, perplexity.ai, gemini.google.com, copilot.microsoft.com, and optionally claude.ai). Without this rule, AI-referred sessions scatter across the default Referral and Direct channels, making them invisible as a distinct traffic source.

Which hostnames should I include for ChatGPT and Perplexity?

Use chatgpt.com for ChatGPT and perplexity.ai for Perplexity. Add gemini.google.com and copilot.microsoft.com as the next two highest-volume referrers. Optional additions for broader coverage: claude.ai, you.com, and phind.com. In GA4's regex field, escape the dots: chatgpt\.com|perplexity\.ai|gemini\.google\.com|copilot\.microsoft\.com.

What conversion rate should I expect from AI referral traffic?

The most-cited single-site benchmark is from Ahrefs: AI search visitors were 0.5% of sessions but drove 12.1% of signups over a 30-day period, a roughly 23x premium over traditional organic search (Patrick Stox, Ahrefs blog, June 2025). Ahrefs explicitly noted this is their own site data, not an industry-wide figure. Expect your number to differ by industry, audience, and how well the landing page matches the AI-generated answer that sent the visitor.

How is ChatGPT referral traffic different from Perplexity referral traffic?

ChatGPT sends referral clicks when users click a cited source in a response; in conversational mode it often mentions brands without a clickable link. Perplexity provides inline source citations on most answers and tends to send more referral clicks per answer than ChatGPT does in conversational mode. Both pass the referrer hostname, so GA4 captures them separately once your channel group is live. Track them as two rows in your custom channel group to compare volume and conversion independently.

Does this GA4 setup replace an AI visibility monitoring tool?

No. GA4 measures sessions and conversions that arrived after a click. AI visibility tools measure whether your brand is mentioned at all, including in zero-click answers that send no traffic. You need both. GA4 tells you what AI-referred traffic converts at. An AI visibility tool tells you how many answers mention you upstream, before any click happens.

How do I know if AI referral traffic is growing?

Compare the AI Referral channel session count month-over-month using GA4's comparison date range feature. For a longer baseline, use the Explore module to pull session_source contains chatgpt.com from your full historical data before the channel group existed. According to Previsible's 2025 AI Discovery Report (19 GA4 properties), AI-referred sessions grew 527% when comparing January through May 2025 to the same period in 2024, though this is one vendor's dataset, not a representative industry sample.