A 400-word news post took down the last firewall in keyword advertising
At 2:50 pm ET on September 4, 2026, Search Engine Roundtable published a post shorter than this article's opening section: Google Ads Liaison Ginny Marvin had confirmed that exact match and phrase match keywords are now serving text ads inside AI Mode. Her words were, "This is a small experiment that recently kicked off." Until that day, there were exactly three ways into Google's AI answer surfaces: AI Max, Performance Max, or broad match with Smart Bidding. After September 4, that gate is no longer absolute.
AI Mode stopped being a sandbox a long time ago. When Google introduced shopping ads to the surface on February 11, 2026, it was running at more than 75 million daily active users. By Google I/O 2026 the company said monthly users had passed 1 billion, with query volume more than doubling every quarter, searches averaging three times the length of traditional queries, and one in six arriving as voice or image. Commercial density followed. Similarweb data published in August 2026 put nearly 30% of ad-eligible AI Mode queries as already carrying ads, alongside 26% of ChatGPT replies; Adthena, using a different denominator, reported US AI Mode ad frequency at 5.8%, and the two firms have not reconciled methodologies publicly. Why now? Because on September 1, Google began auto-upgrading campaigns running automatically created assets or campaign-level broad match into AI Max, a conversion that runs all month. The experiment landed on day three of that migration.
Microsoft took the opposite position on the same question. On December 18, 2025 it confirmed that exact match keywords hold absolute auction priority over all other campaign types competing for a placement, a guarantee with no Google equivalent. On August 19, 2026 Microsoft rolled its own AI Max out globally with brand controls shipped at launch rather than retrofitted. Google, meanwhile, revised its own headline claim from "14% more conversions or conversion value" at the May 2025 beta to an average of 7% in the April 2026 general availability announcement. Independent measurement runs harder against it: smec's analysis of more than 250 retail campaigns found roughly 35% lower return on ad spend than traditional match types, and Lunio reported in August 2026 that AI Max carried 72% more invalid traffic in retail search. This category is not fragmenting. It is converging on automation as the default.
For small and mid-sized businesses in Taiwan, the sting is not "does AI Mode carry ads." It is that your reporting cannot tell you: one exact match keyword row may now aggregate literal matches, close variants, and AI Mode impressions with nothing separating them. The rest of this piece answers three questions — what to check right now, how to measure AI-surface delivery without an enterprise subscription, and what business this creates for a web development shop.
Event detail: who said what, and the numbers
Anthony Higman, founder and CEO of ADSQUIRE, spotted it first. On September 3 he posted on LinkedIn that Google was serving regular pure Search campaigns with restrictive match types in AI Mode, noting he had "confirmed through multiple campaigns and tests on our side." Barry Schwartz obtained Google's response the next day, and Marvin then set out the mechanics in a LinkedIn comment:
Exact and phrase match keywords are eligible to serve text ads in AI Mode. Note however that this is limited to cases where there is explicit and direct user intent. AI Max and PMax for Search are designed to capture complex conversational intent and access our latest ad formats (like Highlighted Answers).
Three claims sit inside that paragraph: eligibility exists; it is bounded by an "explicit and direct user intent" test Google has never publicly defined; and the newer formats remain exclusive to the automated products. The experiment extends reach, not the format set. Higman disputed the framing that this is minor, writing on X the evening of September 4 that before this, "the ONLY way to show in those places was through ai max, p-max or broad and smart bidding."
The measurement gap matters more than the eligibility change. Google Ads offers no field that separates AI Mode delivery from ordinary Search delivery. This did not start last week: reporting from December 2025 documented AI Max assigning traffic to exact and phrase keyword rows where no corresponding broad match keyword existed, and since May 17, 2026 the search terms report displays AI-interpreted intent rather than the string the user typed. Mike Ryan of smec analysed 383 million impressions across EMEA ecommerce Search campaigns in late July 2026 and found that genuinely literal exact match delivery had fallen from at or near 100% through the first half of 2025 to roughly 71% by July 2026. The fence has been widening from the inside; now the fence itself admits a new destination.
Immediate actions for three audiences
Brand owners and SMB operators
- Check one thing first: whether your Search campaigns were auto-upgraded to AI Max after September 1. Accounts using automatically created assets or campaign-level broad match are queued for conversion all month.
- Compare cost per conversion and cost per click week over week across August and September. Do not blame seasonality before ruling out a surface change.
- Do not make "is there advertising in AI Mode" the decision point. Make unit customer acquisition cost the decision point. The surface is Google's; the invoice is yours.
Marketing and SEO practitioners
- Rewrite your negatives. Matching keeps loosening while negative keyword rules stay strict, so blocking one junk term lets the same intent reappear under a different reported term. Use three layers: negative lists, audience exclusions, and geography.
- Treat Google's interpreted intent as the new ranking signal. AI Mode queries average three times the length of traditional searches, so landing pages need to answer a full sentence, not a token.
- Search Console's generative AI performance report is now available worldwide. Pull the impression trend as your organic control group — it has no click data, but it shows whether you appear in AI features at all.
Developers and agencies
- Write GCLID and gbraid values into the client's own database alongside order data. The platform cannot separate AI-surface delivery; your database can at least segment and compare.
- Build a daily job that snapshots the Google Ads API search terms report, then track the drift between "reported term" and "keyword actually bid on" over time.
- This is a billable service line, not a free value-add.
Four ways to see whether you are being served into AI surfaces
| Option | What it shows | Cost | Best for |
|---|---|---|---|
| Native Google Ads reporting | Keywords and search terms (AI-interpreted); cannot isolate AI Mode | Free | Everyone, as a baseline only |
| Search Console generative AI report | Organic impressions, pages, countries, devices inside AI features; no clicks or queries | Free | Site owners separating organic from paid |
| Similarweb AI ad data | Ad density and competitor presence across AI Mode, AI Overviews and ChatGPT | Enterprise licence | Brands with competitive intelligence budget |
| Adthena | AI-surface ad frequency and auction landscape (different denominator from Similarweb) | Enterprise licence | Large accounts and agencies |
| Self-hosted GA4 + BigQuery + Looker Studio | GCLID-to-order joins, your own cohorts and drift monitoring | Cloud cost plus one-off build | SMBs under roughly USD 3,000 monthly spend |
| Microsoft Advertising | Exact match holds absolute auction priority (no Google equivalent) | Account dependent | B2B accounts that want control retained |
What nobody will tell you
Counterpoint one: this is probably not incremental reach — it is a relabelling of impressions you were already buying. Google named no geography, no vertical, no share of accounts and no duration, and has not committed to ever breaking out AI Mode delivery in reporting. If the split never arrives, you cannot prove whether the extra impressions represent new audiences or the same people rendered on a different layout and charged once more. Until it can be separated, every "AI Mode is incremental" claim is faith, not measurement.
Counterpoint two: the GEO industry's "free window" narrative is being contradicted by its own data. A surface where nearly three in ten ad-eligible queries already carry advertising is not a free window; it is an auction floor. Worse, on September 3 AI Mode shipped Gemini 3.8 Flash and citation links largely vanished until Google fixed it the following day. Organic citation stability is decided by a model version; ad placement stability is decided by a contract. Price both expectations before betting the quarter on the side you do not control.
The no-subscription alternative for SMBs
One principle: what the platform cannot separate, separate in your own database. A Laravel backend plus scheduled jobs covers the whole route.
- ☐ Capture
gclid,gbraidandwbraidon landing, and store them with UTM values on every form and order row - ☐ Schedule a daily Google Ads API pull that snapshots the search terms report, since the interface retains only a limited window
- ☐ Compute a weekly drift rate: the share of reported terms that do not literally match the keywords you bid on, with an alert below your own baseline
- ☐ Ship offline conversion imports so real closed deals, not form submissions, train Smart Bidding
- ☐ Use September 1 as a dividing line and build a 30-day before-and-after table for cost per conversion and ROAS
- ☐ Run the same keyword set on a small Microsoft Advertising budget as a control group for retained control
Frequently asked questions
What exactly changed on September 4, 2026?
Google Ads Liaison Ginny Marvin confirmed that exact match and phrase match keywords are eligible to serve text ads in AI Mode, limited to queries carrying explicit and direct user intent. Previously, entry to AI answer surfaces required AI Max, Performance Max, or broad match with Smart Bidding. Google called it a small experiment that recently kicked off and named no country, vertical or share of accounts.
Can I opt out of serving ads in AI Mode?
There is no standalone AI Mode placement exclusion today. Google Ads also does not separate AI Mode delivery from ordinary Search delivery in reporting, so the surface can neither be excluded nor measured on its own. The practical substitute is tightening match scope, strengthening negative keywords and audience exclusions, and comparing performance shifts in your own database.
Does the September 1 AI Max migration affect me?
If your Search campaigns use automatically created assets or the campaign-level broad match setting, they are being auto-upgraded to AI Max between September 1 and 30, 2026, with search term matching enabled by default. Dynamic Search Ads migration was pushed to February 2027. After the upgrade, build a 30-day before-and-after comparison of cost per conversion and keep it on record.
Does AI Max actually work?
It depends who measures. Google claimed 14% more conversions or conversion value in May 2025 and revised that to an average of 7% at general availability in April 2026. Independent testing points the other way: smec's analysis of more than 250 retail campaigns found roughly 35% lower ROAS, and Lunio reported 72% more invalid traffic in retail search in August 2026. Variance by vertical and account structure is large enough that you must run your own control group.
What does this mean for SEO and GEO?
The AI Mode answer surface carries both organic citations and advertising, and the advertising share is rising — Similarweb put nearly 30% of ad-eligible AI Mode queries as already showing ads in August 2026. Organic citation presence is also hostage to model versions: links largely disappeared the day Gemini 3.8 Flash shipped on September 3, 2026 and returned after a fix the next day. Keep both channels, but let measurable metrics, not surface narratives, set the ratio.
My take
The consensus read is "Google is opening more inventory to advertisers." My read is the opposite: this is the second-to-last step in the death of keyword match types, and within 12 months match type will formally degrade from a filter into a bidding hint. That is not a conspiracy theory; it is three already-documented facts stacked together — literal exact match delivery down to roughly 71%, the search terms report showing interpreted intent instead of typed strings, and now the two narrowest match types entering AI surfaces. When filtering, reporting and placement all lose their correspondence at once, square brackets become ceremony. Real control moves to three places: negative and exclusion lists, the quality of offline conversion imports, and whether the landing page can answer a full sentence.
The implication for ScriptWalker is concrete. The gap for Taiwanese SMBs is not "should we bid into AI Mode." It is that they have no performance database of their own that the platform cannot take away. A Laravel backend that logs GCLIDs on landing, snapshots search terms and pushes offline conversions, plus a Flutter dashboard the owner can read in thirty seconds — no enterprise licence, two to three weeks to deliver, and when the platform rewrites the rules again next year the client still holds the history. That is a priced service line, not a marketing freebie.
To check whether your account was auto-upgraded this month, or to bring performance data back under your own roof:
- Email: [email protected]
- Phone: 0916-224-047
- LINE: @ufv9089p
Sources
- Primary (Google on the record): Search Engine Roundtable — Google Ads Tests Serving Search Ads With Restrictive Match Types In AI Mode (2026-09-04)
- Primary (Ginny Marvin's comment thread): Anthony Higman's LinkedIn post and the Google Ads Liaison reply
- Primary (Google documentation): Google Ads Help — About AI Max for Search campaigns
- Primary (Google documentation): Google Ads Help — About reporting in AI Max for Search campaigns
- Primary (Google announcement): Google Search Central — Introducing Search Generative AI performance reports in Search Console
- Primary (Google announcement): Google — Search's I/O 2026 updates: AI agents and more
- Third party (timeline and measurement): PPC Land — Exact and phrase match keywords gain AI Mode ads in Google test (2026-09-06)
- Third party (citation stability): Search Engine Roundtable — Google AI Mode Gemini 3.8 Flash Not Link / Citation Friendly? (2026-09-03)
- Third party (AI Mode ad formats): Search Engine Land — Google tests new conversational ad formats in AI Mode and Search
- Third party (migration timeline): Search Engine Land — Google sets AI Max migration timeline for Search campaigns
- Third party (independent AI Max testing): smec — The Ultimate Guide to AI Max for Google Search