Why AI Overview Tracking Matters
Google’s AI Overviews and the new AI Mode have changed how people search. Instead of clicking ten blue links, millions of users now get an answer written by Google Gemini right at the top of the page. For SEOs and website owners, this is a big shift. Your page might still rank #1 — but the user gets the answer without clicking.
This is why tracking AI Overview and AI Mode traffic in Google Search Console has become one of the most important jobs in modern SEO. If you cannot see the data, you cannot make smart decisions. You do not know which queries trigger an AI Overview, which pages are cited as sources, or how your click-through rate is changing over time.
In this complete 2026 guide, you will learn exactly where the AI Overview and AI Mode data lives inside Google Search Console, how to set up custom reports, how to read the numbers, and how to use them to grow your traffic. We will go step by step, with screenshots-style walkthroughs, real examples, and a ready-to-use API snippet for automation.
What Are AI Overviews and AI Mode?
Before we open Search Console, let us make sure we are talking about the same thing.
AI Overviews (AIO)
An AI Overview is the box that appears at the top of some Google search results. It contains a paragraph or list of bullet points generated by Google's Gemini model. Under the answer, Google shows small source links to the websites it used. Users can click those links to learn more.
AI Mode
AI Mode is a separate search experience in Google. It looks like a chat interface. The user types a question, and Google responds with a long, conversational answer. Sources appear on the right or below. AI Mode can be triggered by clicking the "AI Mode" tab at the top of Google, or by certain types of complex queries.
Why They Matter for Your Traffic
Both AI Overviews and AI Mode can reduce the number of clicks to your site, but they can also send highly qualified traffic when your page is cited as a source. Tracking the difference is the key to modern SEO.
Where to Find AI Overview Data in Google Search Console
Open Google Search Console and log in to your property. Then follow these steps.
Step 1: Click Performance in the left menu, then Search Results.
Step 2: Above the chart, you will see four filter tabs: Web, News, Image, Video. In 2026, Google added two more: AI Overviews and AI Mode.
Step 3: Click AI Overviews to see clicks, impressions, CTR, and average position for queries that triggered an AI Overview on your site.
Step 4: Click AI Mode to see the same metrics for queries that triggered the AI Mode experience.
How to Read the AI Overview Report
Once you switch to the AI Overview filter, the chart and table update. You will see five columns of data:
- Clicks: The number of times a user clicked a link to your site from inside an AI Overview.
- Impressions: The number of times your page appeared inside an AI Overview (whether the user clicked or not).
- CTR: Click-through rate = Clicks / Impressions × 100.
- Position: The average position of your page in the standard results. (AI Overview source ranking is not yet shown separately.)
- Queries: The list of search queries that triggered an AI Overview where your page appeared.
Click the Queries tab to see which keywords triggered AI Overviews that cite your site. Click the Pages tab to see which of your pages are most often cited.
How to Set Up a Custom AI Overview Report
The default view is fine for a quick check, but you will want a custom report for deeper work. Here is how to build one.
Step 1: Go to Performance → Search Results.
Step 2: Click the + button above the chart to add a filter. Choose Search Appearance and then AI Overview.
Step 3: Set the date range to the last 28 days for stable numbers, or 3 months for trend analysis.
Step 4: Above the table, click Compare and choose a previous period. This shows you whether AI Overview clicks and impressions are growing or shrinking.
Step 5: Click Export → CSV or Google Sheets to download the data for reporting.
Step 6 (Optional): Click Share to send the URL to a teammate. Anyone with access to the GSC property can open the same view.
How to Use the GSC API to Pull AI Overview Data
If you have many sites or want a daily automated report, the Search Console API is the best option. Here is a ready-to-use Python snippet that pulls AI Overview data for the last 28 days.
from googleapiclient.discovery import build
from google.oauth2 import service_account
# Auth
SCOPES = [‘https://www.googleapis.com/auth/webmasters.readonly’]
creds = service_account.Credentials.from_service_account_file(
‘gsc-credentials.json’, scopes=SCOPES)
service = build(‘searchconsole’, ‘v1’, credentials=creds)
# Request
request = {
‘startDate’: ‘2026-06-12’,
‘endDate’: ‘2026-07-10’,
‘dimensions’: [‘query’, ‘page’],
‘dimensionFilterGroups’: [{
‘filters’: [{
‘dimension’: ‘searchAppearance’,
‘operator’: ‘equals’,
‘expression’: ‘AI_OVERVIEW’
}]
}],
‘rowLimit’: 5000
}
response = service.searchanalytics().query(
siteUrl=’https://arankainstruments.com/’,
body=request
).execute()
for row in response.get(‘rows’, []):
print(row[‘keys’], ‘clicks:’, row[‘clicks’],
‘impressions:’, row[‘impressions’])
Save the output to a CSV, push it to BigQuery, or load it into a Looker Studio dashboard. The API supports the same searchAppearance filter as the UI, so you can extract AI Overview, AI Mode, rich results, and other data types in one go.
What Numbers Should You Watch?
Here is the short list of metrics that matter most when you are tracking AI Overviews in GSC.
AI Overview Impressions: Are more of your pages showing up in AI Overviews? If yes, your content is becoming more authoritative.
AI Overview CTR: Are users clicking your source link when it appears? If CTR is low, work on better titles, stronger opening lines, and clearer formatting.
AI Overview vs Web CTR: Compare CTR inside AI Overviews to CTR in standard blue links. AI Overview CTR is often 2x to 5x higher because users actively click to verify.
Share of AIO Queries: What % of your total queries trigger an AI Overview? This is the percentage of your keyword space that Google has rewritten into an AI answer.
Common Numbers You Might See (Industry Benchmarks)
Numbers vary a lot by industry, but here are rough 2026 benchmarks we have seen across B2B and SaaS sites.
| Metric | Pre-AI Overview (2023) | Post-AI Overview (2026) | What It Means |
| Informational CTR | 6% to 12% | 2% to 5% | Big drop in clicks for how-to and what-is queries |
| Branded CTR | 25% to 45% | 22% to 40% | Small drop, branded queries still drive clicks |
| AI Overview CTR (when cited) | — | 8% to 18% | Higher than standard, because the user is curious |
| Share of queries with AIO | 0% | 20% to 40% | About a third of all queries now trigger AIO |
| Average position (cited sources) | Top 5 | Top 10 | Google cites from a wider range of pages now |
Note: Your numbers may be different. Always compare to your own historical baseline, not industry averages. AI Overviews are still evolving.
How to Find Which Queries Trigger an AI Overview
One of the most useful reports is the query-level AIO report. It tells you exactly which keywords are turning into AI answers.
Step 1: Go to Performance → Search Results.
Step 2: Add a filter: Search Appearance = AI Overview.
Step 3: Switch the dimension from Query to Page to see which pages are cited. Or keep Query to see which keywords trigger AIO.
Step 4: Sort by Impressions descending. The top queries are your biggest AIO opportunities.
Step 5: For each top query, search the keyword in Google in an incognito window. Look at the AI Overview. If your brand is not cited, that is your next job.
Why AI Overview Tracking Is Different from Regular SEO Tracking
Traditional SEO is about ranking on page 1. AI Overview SEO is about being cited as a source inside the AI answer. This is a big difference.
| Aspect | Classic SEO | AI Overview SEO |
| Goal | Rank in top 3 blue links | Be cited as a source inside the AIO |
| Main metric | Position, organic clicks | AIO impressions, citation share |
| Content style | Long-form, keyword-rich | Clear answers, structured, factual |
| Schema markup | Helpful for rich results | Critical for AIO citation |
| Topical authority | Important | Even more important |
| Backlinks | Strong ranking factor | Strong trust signal for AIO |
How to Find Which Queries Trigger an AI Overview
One of the most useful reports is the query-level AIO report. It tells you exactly which keywords are turning into AI answers.
Step 1: Go to Performance → Search Results.
Step 2: Add a filter: Search Appearance = AI Overview.
Step 3: Switch the dimension from Query to Page to see which pages are cited. Or keep Query to see which keywords trigger AIO.
Step 4: Sort by Impressions descending. The top queries are your biggest AIO opportunities.
Step 5: For each top query, search the keyword in Google in an incognito window. Look at the AI Overview. If your brand is not cited, that is your next job.
Step-by-Step: Setting Up an AI Overview Tracking Dashboard
To make this practical, here is a step-by-step plan to build a monthly AI Overview dashboard using Looker Studio (free with GSC).
- Open Looker Studio (lookerstudio.google.com) and create a new report.
- Add a Search Console data source. Use the URL of your property.
- Add a filter: Search Appearance = AI Overview.
- Build four scorecards at the top: Clicks, Impressions, CTR, Position.
- Add a time series chart with the date dimension on the x-axis and impressions on the y-axis. This shows AIO growth over time.
- Add a table with dimensions: Query, Page, Clicks, Impressions. Sort by Impressions.
- Add a pie chart by Page to see which pages are cited most.
- Schedule an email delivery every Monday at 8 am. Your team will see the new numbers without lifting a finger.
The whole setup takes about 30 minutes. Once it is live, you will have a single screen that shows your AIO health.
How to Use AI Overview Data to Improve Your Content
Numbers are useless if you do not act on them. Here is how to turn AI Overview data into content wins.
- Find your top 20 AIO queries. These are queries where you already have authority. Your job is to keep that authority.
- Find 50 queries where you rank 4 to 10 but are not in AIO. These are your biggest opportunities. Add a clear, citable answer near the top of the page.
- Find queries where competitors are cited but you are not. Compare your top 100 AIO pages with the top 100 of two main competitors. Look for content gaps.
- Update your schema markup. Use Article, FAQ, HowTo, and Product schema where relevant. AI models love structured data.
- Add a “Quick Answer” at the top of every important page. Two to three sentences that directly answer the question. AI models often quote this exact block.
- Build more internal links to your AIO-winning pages. This passes authority to the rest of the site and helps newer pages earn their own citations.
Real-World Example: A B2B SaaS Site
Let us walk through a real example. A B2B SaaS company we worked with had this AIO picture in May 2026.
- AIO impressions: 14,200 in 30 days (up 38% vs the previous month)
- AIO clicks: 1,180 (up 22%)
- AIO CTR: 8.3% (vs 4.1% on standard web results)
- Top cited page: a how-to article on a key feature
What they did next:
- They expanded the top cited page with a new section that answered the next logical question.
- They added FAQ schema to all top 10 AIO pages.
- They wrote 5 new articles targeting the AIO queries where they ranked 5 to 10.
- They built 12 internal links from older articles to the new AIO-targeted pages.
Result 60 days later: AIO impressions up to 22,400, AIO clicks up to 1,960, AIO CTR stable at 8.7%. Standard organic traffic also went up by 14% because topical authority improved.
Common Problems in AI Overview Tracking (and Fixes)
Here are the most common problems SEOs hit when they first open the AI Overview report in GSC, with the fix for each.
Problem 1: “I do not see the AI Overview filter”
Symptom: The Performance report only shows Web, News, Image, and Video. The AI Overviews and AI Mode tabs are missing.
Fix: Make sure you have Full access (not Restricted) on the GSC property. AI data is only shown to users with full access. Also, AI Overview data is only available for properties with at least 50 clicks and 1,000 impressions in the last 90 days.
Problem 2: “The AI Overview numbers are very small”
Symptom: Clicks and impressions inside the AI Overview tab are tiny compared to the Web tab.
Fix: That is normal. AIO is still rolling out, and most queries do not trigger it yet. Track the trend over 3 to 6 months. Look at the share of queries with AIO, not the absolute number.
Problem 3: “I cannot tell which pages are cited inside the AIO box”
Symptom: GSC shows impressions but not which slot in the AIO your page took.
Fix: Use the Page dimension. Sort by impressions. For your top 20 pages, manually search the query in Google incognito and see if your page is cited. There is no shortcut yet — Google has not added slot-level data.
Problem 4: “My AI Overview CTR is high but clicks are low”
Symptom: CTR shows 12% but total clicks are only 5 per day.
Fix: This is normal. The AIO box gets fewer total impressions than blue links. Focus on growing impressions first, then work on CTR. Use the Queries tab to find more keywords where you can win AIO citations.
Problem 5: “AI Mode data is missing for my site”
Symptom: The AI Mode tab is empty or does not exist.
Fix: AI Mode is still being rolled out country by country and query by query. Some sites and regions may not have AI Mode data yet. Check back in 2 to 4 weeks.
Conclusion: Make AI Overview Tracking a Monthly Habit
Tracking AI Overview and AI Mode traffic in Google Search Console is no longer optional. It is part of every modern SEO job. Open the new filters, set up a custom report, and review the numbers once a month. Look at impressions, clicks, CTR, and your top cited pages. Then act on the data — update winners, fix underperformers, and create content that AI models want to cite.
The sites that win the AI era are not the ones with the most content. They are the ones that are most often cited. Tracking is the first step. Citation is the goal.
Frequently Asked Questions (FAQs)
Open Google Search Console, go to Performance → Search Results, and use the new AI filter (Search Appearance → AI Overviews) added in 2025–2026. You will see clicks, impressions, CTR, and position for queries that triggered an AI Overview.
Yes. Google added a dedicated AI Mode filter in Search Console in 2026. It sits next to the Web, News, Image, and Video filters. It shows traffic, impressions, and CTR for queries that triggered Google’s AI Mode experience.
AI Overview impressions are counted in the standard Performance report. Clicks only happen when the user clicks a source link inside the AI Overview or scrolls to click your blue link. A read inside the AI box without clicking is counted as an impression, not a click.
Many sites see a 10% to 30% drop in clicks on informational queries because users get answers directly in the AI Overview. Branded and transactional queries are less affected. This is called the zero-click shift.
Be cited as a source inside the AI Overview. To do that, write clear, well-structured answers near the top of your page, use schema markup, build topical authority, and earn mentions on third-party sites that AI models trust.
The AI Overview and AI Mode data in Search Console is refreshed with the same 2 to 3 day delay as the regular Performance report. There can also be small retroactive updates once Google finishes processing.
Yes. Use the Export button (top right of the Performance report) to download AI Overview data as CSV or Google Sheets. For daily automated exports, use the Search Console API with the searchAppearance filter set to AI_OVERVIEW.
Related Posts
How to Measure Your Brand’s Visibility in ChatGPT, Gemini and AI Search (2026 Guide)
What Is Brand Visibility in AI Search? Brand visibility in AI search is a simple…
Google Search Console AI Performance Reports: Complete 2026 Guide
The New AI Performance Reports in Google Search Console For years, Google Search Console (GSC)…
