With the constantly evolving landscape of SEO, marketers not only need to strive for visibility in the AI search results, but we are also burdened with the task of measuring these impacts on both website traffic and conversions.
It is predicted that by 2028, website traffic from AI Search could surpass traditional Search, but despite this shift, it doesn’t account for the loss of sessions from the 60% of searches that currently yield no click-to-website.
While this is a “new frontier”, there are some actions we can start to take now to help us monitor these behaviour shifts, requiring a mix of marketing analytics, specialized software, and old-school technical logs.
Utilizing GA4 Custom Channel Groups

Implementation Difficulty: Easy
This method involves creating a new category in Google Analytics 4 (GA4), or your preferred analytics platform, that uses a RegEx (regular expression) to pull known AI sources (like chatgpt.com or perplexity.ai) out of the “Referral” or “Unassigned” buckets and into a dedicated “AI Traffic” channel.
Pros:
- Straightforward Setup: Utilizing a RegEx statement at the Source level, Custom Channel Groups can be quickly implemented with the data populating in 24 to 48 hours in the reports

- Retroactive Application: Custom Channel Groups apply to your historical data, letting you see AI trends from months ago.
- Clean Reporting: It moves AI traffic out of the generic “Referral” bucket, making your standard acquisition reports much easier to read for clients or stakeholders.
- Behavioural Insights: Once grouped, you can easily compare engagement metrics (like engagement rate or session duration) specifically for AI users versus Organic Search users. This can be helpful when analyzing what content AI is leveraging in its overviews and responses.
Cons:
- Dark Traffic Problem: Many AI tools do not send a referrer header at all. If a user clicks a link in a mobile app or a private chat, it often shows up as “Direct,” which this method cannot catch.
- Session Only Visibility: GA4 will only capture users who initiate a session on the website, unable to account for all the users utilizing AI Overviews or ChatBot responses.
- Manual Upkeep: You have to manually update your RegEx list as new AI players (like SearchGPT, DeepSeek, or Grok) emerge.
- Admin Access Required: Requires high-level permissions in GA4, which might be a hurdle in large corporate environments.
Utilizing Third-Party SEO Tools

Implementation Difficulty: Medium
In the demand for visibility, SEO companies, including Semrush, SE Ranking, and Ahrefs, have introduced proprietary versions of AI trackers to their stack. These tools act like “secret shoppers,” querying AI engines to see if and where your website is being cited.
Pros:
- Zero-Click Citation Visibility: These tools show you when an AI mentions your brand without a user clicking through – data you can’t get from GA4.
- Competitive Intelligence: You can see which of your competitors are being cited for your target keywords and analyze their content structure.
- Ease of Use: Data is structured in a dashboard, saving you from having to manipulate data extractions into graphs and presentations.
Cons:
- Estimated Data: These tools use bots to simulate searches. They provide an estimate of visibility, not the actual number of real human clicks to your site.
- Subscription Costs: These features are usually locked behind paid tiers or “add-ons,” which can be expensive.
- Bot Lag: AI models update their sources at different intervals; the tool might show you are cited today, but the AI’s live response might have already changed.
Evaluation Server Logs
Implementation Difficulty: Hard
While GA4 and SEO tools offer “proxies” of data, server logs are the “ground truth.” This involves accessing the raw text files recorded by your web server (Nginx, Apache, or Cloudflare) to see exactly which User-Agents (the digital IDs of visitors) have requested your content.
Pros:
- The Ultimate Safety Net: Server logs catch every single request. While GA4 can be blocked by ad-blockers, cookie consent banners, or browser privacy settings, your server logs record everything—no exceptions.
- Distinguishing Crawler vs. User: This is the only way to see the “Pre-Click” phase. You can distinguish between Training Bots (like GPTBot scanning your site to learn) and User-Request Bots (like ChatGPT-User fetching a specific link to show a real person).
- Technical Health & Indexing: You can identify if AI bots are hitting 404 errors or being trapped by your robots.txt, allowing you to optimize your site for better “AI visibility.”
Cons:
- The “Snowflake” Problem: Server log analysis is environment-specific. Unlike GA4, there is no “cookie-cutter” template. Every server speaks a different dialect; factors like log-retention periods, routing requests, and field availability vary by host. Your approach must be bespoke to your specific infrastructure.
- High Technical Debt: Parsing raw logs usually requires specialized knowledge of Python, SQL, or command-line tools like grep. You aren’t just looking at a dashboard; you are mining raw data.
- Massive Data Volume: For high-traffic sites, log files can reach gigabytes in size daily. They are often “un-openable” in standard text editors and require dedicated storage and processing power.
- Lack of Post-Click Behaviour: Logs are great at showing who arrived, but they are terrible at showing what they did. You won’t see conversion paths or “time on page” here—you only see the moment of entry.
TL;DR: Summary of AI Traffic Monitoring Solutions
| Method | Implementation Difficulty | Best For | Cost | Data Accuracy |
|---|---|---|---|---|
| GA4 Custom Grouping | Easy | Trend Monitoring | Free | Medium (Clicks Only) |
| 3rd Party Tools | Medium | Competitive Intel | Paid ($$) | High (Visibility/Citations) |
| Server Logs | Hard | Technical SEO | Technical Debt | Highest (Raw Access) |
While there is no one-size-fits-all solution, starting with implementing AI Traffic monitoring in GA4 is a straightforward and quick win. The other recommended solutions to monitor AI Traffic can be dependent on personnel capacity, budgets and technical skill set.
Having had the opportunity to implement all three of the above solutions in varying degrees for a wide range of clients, Vovia is equipped to provide you with support in implementing these solutions; please reach out!
