MarketingPlaybook10 min readPublished July 30, 2026

Two new Shopping click columns · spotted July 28 · zero matching API fields in v25

Google Ads Splits Product Clicks: New Metrics Explained

Google Ads quietly split product reporting into Product Clicks and Non-Product Clicks — documented only on Help Center glossary pages and spotted by practitioners on July 28, 2026. Here’s what each metric counts, why one click can log as five, and why your scripts can’t pull either column yet.

DA
Digital Applied Team
Senior strategists · Published Jul 30, 2026
PublishedJul 30, 2026
Read time10 min
SourcesGoogle Ads Help + trade press
New report columns
2
Product clicks · Non-product clicks
One click, 5-product ad
5×
non-product clicks logged
practitioners' worked example
Matching API fields
0
in the v25 Metrics reference
UI-only today
First spotted
Jul 28
by PPC practitioners, not a blog post

Google Ads has split its Shopping and Performance Max click reporting into two new metrics — Product Clicks and Non-Product Clicks — in a quiet UI rollout that PPC practitioners first flagged on July 28, 2026. There was no announcement post; the only official documentation is a pair of new Help Center glossary entries.

The split sounds simple: clicks on a specific product versus clicks on everything else in the ad. But it carries a counting quirk that Google states outright — a single non-product click is credited to every product shown in the ad — and, based on our own inspection of the live v25 Metrics field reference, neither metric is queryable through the Google Ads API today. Anyone wiring this into a script, Looker Studio connector, or BI pipeline right now is going to hit a wall.

This guide covers exactly what each metric counts per Google’s own definitions, why the non-product number can look inflated, which campaign types and report views expose the columns, what the API does and doesn’t support, and how to use the split as a diagnostic without misreading it. Everything below is sourced from Google’s Help Center, the live API references, and the trade coverage that surfaced the change.

Key takeaways
  1. 01
    Two new metrics, defined only in the Help Center.Product clicks count clicks directly on a specific product within an ad; non-product clicks count clicks on the headline, store name, or other non-product elements. Google documented both in Help Center glossary pages — no developer-blog announcement exists.
  2. 02
    One non-product click is counted per product shown.Google states it directly: a non-product click is counted for every product shown in an ad, which may result in a high number. One click on a five-product ad logs five non-product clicks.
  3. 03
    There is no API field — UI and report columns only.Direct inspection of the Google Ads API v25 Metrics field reference finds no product_clicks or non_product_clicks field. The existing metrics.clicks field in shopping_performance_view is what the UI now labels Product Clicks.
  4. 04
    Scope: PMax, Shopping, Video, App, and Demand Gen.Per Google's product-reporting documentation, those five campaign types are in scope — but account-level product reporting covers only Standard Shopping and Performance Max. Rollout is gradual, so not every account shows the columns yet.
  5. 05
    Read it as a creative and pricing diagnostic.The practical use is directional: ads earning non-product clicks but few product clicks may point at product imagery or pricing rather than copy or bid strategy. It is a small reporting change, not a bidding lever.

01What ChangedTwo new click metrics, defined by the Help Center.

The change was first publicly flagged on July 28, 2026, when Search Engine Roundtable reported that Google Ads had added two new product-reporting metrics to some reports. The authoritative definitions live on Google’s own Help Center glossary pages, and they are worth quoting precisely because the two metrics are narrower than their names suggest.

Per Google’s Product clicks definition, product clicks are “the number of times customers have clicked directly on a specific product within an ad.” Per the companion Non-product clicks definition, non-product clicks are “the number of times that customers click on parts of your ad that aren’t a specific product, such as the ad’s headline or your store name.”

Metric 1
Product clicks
Click on a specific product in the ad

The shopper clicked directly on one product and landed on that product's page. This is the half of the split that maps cleanly to intent — a specific item caught their eye at that price.

Help Center answer 17034525
Metric 2
Non-product clicks
Click on headline, store name, or other ad elements

The shopper clicked a part of the ad that isn't a specific product — the headline, your store name, or a 'Visit site' element. Carries the per-product counting quirk covered in the next section.

Help Center answer 17034622

Before this split, product reporting rolled every click into a single number, leaving advertisers to guess whether shoppers were responding to specific items or to the ad as a whole. The separation is genuinely useful — it just arrived with a counting behavior and an access limitation that the column names alone don’t reveal.

02The Counting QuirkOne click can log as five.

The most important sentence in either glossary page is the one about attribution. Google states it plainly on the non-product clicks definition page — and it is the reason this metric will look strange in your reports the first time you add the column.

Google's own wording
“A non-product click is counted for every product shown in an ad, which may result in a high number.” — Google Ads Help, Non-product clicks: Definition. One user action fans out across every product the ad displayed.

The worked example — first posted on LinkedIn by the practitioner who spotted the columns, and independently corroborated by a second practitioner — makes the mechanic concrete. If your ad displays five products and a shopper clicks “Visit site” rather than any specific product, Google records one non-product click against all five products. At the per-product reporting level, a single user action reads as five clicks. The chart below recomputes that stated rule across ad sizes: non-product clicks logged = products shown × 1 click event.

Non-product clicks logged from ONE user click · by products shown

Recomputed from Google Ads Help's stated rule: one non-product click is counted for every product shown in the ad
1 product shown1 user click on a non-product element
1 logged
3 products shown1 user click on a non-product element
3 logged
5 products shown1 user click — the practitioners' worked example
5 logged
8 products shown1 user click on a non-product element
8 logged

The consequence for analysis: per-product non-product clicks are not user actions and must never be summed across products as if they were. A products report where non-product clicks dwarf product clicks may describe one modestly-clicked ad with a large product set — not a flood of header clicks. Any share-of-clicks math you run on these columns needs the denominator stated explicitly: percentage of logged click rows, not percentage of shoppers.

03Scope & RolloutWhere the columns actually appear.

Google’s About Product Reporting page defines the campaign-type scope: Performance Max, Standard Shopping, Video, App, and Demand Gen. There is a catch in the hierarchy, though — account-level product reporting covers only Standard Shopping and Performance Max; for Video, App, and Demand Gen, product data stays campaign-level.

The rollout is explicitly gradual and UI-first. Ecommerce agency Common Thread Collective’s July 29 coverage put it directly: “Both metrics are rolling out to some reports according to Google’s announcement, so check your Shopping campaign columns today to see if they’re live on your account.” In-account, the place to look is the column selector in the Campaigns, Ad Groups, and Products reporting views for Shopping and PMax-with-Shopping-feed campaigns.

Campaign types in scope
PMax · Shopping · Video · App · Demand Gen
5

Per Google's About Product Reporting page. The new click split layers onto the same product-reporting family that already tracks impressions, interactions, engagements, cost, and conversions.

Google Ads Help
Account-level access
Standard Shopping + Performance Max only
2

Video, App, and Demand Gen product data remains campaign-level. If you report at account level, the split is a Shopping/PMax story for now.

Google Ads Help
Where to check
Campaigns · Ad Groups · Products
3views

Open the column selector in those reporting views for Shopping and PMax-with-feed campaigns. Rollout is gradual — no source quantifies coverage, so absence today is normal.

Common Thread Collective

04API RealityThere is no API field. We checked.

This is the single most actionable fact in the story, and none of the trade coverage we reviewed checked it. We inspected the live Google Ads API v25 Metrics field reference directly: there is no product_clicks and no non_product_clicks field. The clicks family contains only the pre-existing entries — clicks, combined_clicks, and their relatives. As of July 30, 2026, this is a UI and report-column feature, not an API-queryable one.

There is a partial mapping worth knowing. In the API’s Shopping ads reporting guide, the existing metrics.clicks field on shopping_performance_view is the one the Ads UI now labels “Product Clicks” — a relabel of a field that already existed, not a new field. The non-product half has no API counterpart at all. If your reporting stack runs on scripts — say, an AI-agent account-QA script or a pipeline built during the Merchant API migration for Google Ads scripts — the only route to non-product clicks today is a manual export from the UI.

Developer warning
Do not build a dashboard, Looker Studio connector, or automated report that assumes these metrics are queryable. Direct inspection of the v25 Metrics reference on July 30, 2026 found no matching field. If a future API version adds one, treat that as a separate release — nothing in the current documentation promises it.

To make the access picture concrete, the table below maps the four adjacent Google reporting surfaces a PPC manager or developer would reasonably check — what each one measures, where it applies, and whether the new split is reachable there today. Every piece of existing coverage treats the feature as one flat thing; in practice, it lives on exactly one surface.

Where product-click data actually lives: the four adjacent Google reporting surfaces, what each measures, where each applies, and whether the new product/non-product click split is queryable there as of July 30, 2026. Synthesis by Digital Applied from Google Ads Help, the Google Ads API v25 field reference, and the Merchant Center Reports API documentation.
SurfaceWhat it measuresWhere it appliesQueryable today?Source doc
Google Ads — the new click split
Google Ads UI report columnsProduct clicks (clicks on a specific product in the ad) and Non-product clicks (clicks on the headline, store name, or other non-product elements)PMax, Standard Shopping, Video, App, Demand Gen — account-level view limited to Standard Shopping + PMaxNo — UI/report column only; add it via the column selector where it has rolled outGoogle Ads Help glossary
Google Ads API — shopping_performance_viewThe pre-existing metrics.clicks field, which the Ads UI now labels “Product Clicks” in shopping reportingMerchant-Center-linked campaign typesPartially — clicks exists; no product_clicks or non_product_clicks field in the v25 Metrics referenceGoogle Ads API shopping reporting guide
Google Ads Scripts / BI connectorsWhatever the API exposes — which today excludes the non-product half of the splitSame field surface as the APINo dedicated field — manual export from the UI is the only route to non-product clicks todayv25 Metrics field reference
Merchant Center — a different “non-product” entirely
Merchant Center Reports API — NonProductPerformanceViewClicks, impressions, and CTR for images and online-store links leading to non-product pages (storefront, about pages) — not ad-click attributionMerchant Center property, not Google Ads campaigns (google-shopping-merchant-reports, v1alpha)Yes — but it is a different product with a different definition of “non-product”Merchant Reports API reference

05The Silent ShipShipped with zero developer-blog fanfare.

Here is the part nobody else has reported: there is no Google announcement post for this feature beyond the Help Center glossary. We verified the entire July 2026 archive of the Ads Developer Blog directly — nine posts, July 6 through 30 — and the phrases “product clicks” and “non-product clicks” appear in none of them. The Google Ads API v25 announcement (July 22) covers YouTube sub-format breakdowns, Shorts social metrics, a Loyalty retention goal, and a revamped New Customer Acquisition goal — nothing about a click split. We covered that release in our July 2026 Google Ads API v25 ops sweep. (The nearest same-week dev-blog release, Structured Data Files v10.1 on July 29, is a Display & Video 360 update with no connection to Shopping click reporting.)

The feature instead reached advertisers the practitioner way: PPC specialist Yash Mandlesha spotted the new columns and posted the worked example on LinkedIn around July 28, a second practitioner independently corroborated it, Search Engine Roundtable picked it up the same day, and PPC News Feed logged it on July 30, crediting the original LinkedIn spotting. Every outlet framed it as “spotted” or “observed” — not “announced” — which is the honest framing. It lands in a July already crowded with Shopping-side changes, from this month’s Shopping surface reshuffle to the Local Inventory Ads default-on change announced July 20 and effective August 31.

Google Ads has added two new product reporting metrics to some reports, product clicks and non-product clicks.— Barry Schwartz, Executive Editor, Search Engine Roundtable, July 28, 2026

The shape of this one is worth naming. It reached advertisers the quiet way — new columns appear, a glossary page goes live, and the practitioner community does the announcing. One instance is not a trend, but it is a reminder: Help Center diffs and practitioner networks belong in the monitoring stack alongside official release notes. Advertisers waiting for a developer-blog post on this particular change will not find one.

06DisambiguationTwo “non-product” concepts, zero overlap.

A naming collision is waiting to trip up anyone who searches Google’s developer docs for this feature. Merchant Center’s Reports API already exposes a resource called NonProductPerformanceView — and it has nothing to do with the new Ads metric. That view tracks clicks, impressions, and click-through rate for “images and online store links leading to your non-product pages” — think brand storefront and about pages — inside the google-shopping-merchant-reports API (v1alpha). Different product, different API, different definition of “non-product.” If a developer on your team finds that resource and declares the new metric queryable, they have found the wrong “non-product.”

One more piece of context stops a misread of historical trends. The product-reporting infrastructure this split rides on was expanded on June 15, 2026, when Google widened shopping_performance_view to return uniform data across all Merchant-Center-linked campaign types and PMax product reporting began including all networks. That expansion caused a one-time, non-comparable jump in reported metrics for affected campaigns, with no historical backfill — as Google’s own announcement put it, “Historical API requests for dates prior to the launch will not contain this expanded data.” If your product-level click counts already stepped up mid-June, that was the infrastructure change, not this metric split — and any month-over-month product-click comparison spanning June 15 is comparing two different measurement regimes.

07PlaybookHow to use the split without misreading it.

Treated correctly, the split is a diagnostic, not a lever. Common Thread Collective’s framing is the right starting point: “A campaign with strong non-product clicks but weak product clicks may signal that your imagery or pricing is missing, not your copy or bidding.” In other words, when shoppers engage with the ad shell but not the products inside it, the products are the suspect — which makes your Shopping product-feed strategy (titles, imagery, price competitiveness) the first place to look, not your bid strategy.

Signal reading
Strong non-product, weak product clicks

Per CTC's diagnostic framing, this pattern may point at product imagery or pricing rather than copy or bidding. Audit feed titles, images, and price position before touching bids.

Audit the feed first
Dashboards
BI pipelines & scripts

No product_clicks or non_product_clicks field exists in the v25 Metrics reference. Until an API version ships one, the only route is manual UI export — don't promise clients an automated version.

UI export only, for now
Data hygiene
Trend lines & annotations

Annotate two dates in your reporting: June 15, 2026 (product-reporting expansion, non-comparable step change, no backfill) and whenever the new columns appear in your account (gradual rollout).

Annotate change dates
Interpretation
Per-product totals

One non-product click is counted for every product shown in the ad. Never sum non-product clicks across products as user actions, and state the denominator on any share-of-clicks math.

Never sum across products

Looking forward: the pattern of the June 15 infrastructure change preceding a July UI split suggests Google is progressively deepening product-level reporting, and it would be consistent with that direction for a future API version to expose these fields — but nothing published on or before July 30, 2026 commits to it. Our paid media team is treating the split as read-only diagnostic input this quarter: useful for feed and creative prioritization, too new and too partially-rolled-out to anchor client KPIs.

08ConclusionA small column with sharp edges.

The bottom line, July 30, 2026

Useful diagnostic, inflated denominator, no API access — read it accordingly.

The product clicks / non-product clicks split is a genuinely useful separation that Google shipped in the quietest way possible — two Help Center glossary pages, a gradual UI rollout, and a practitioner community left to do the announcing. It tells you something the old single click number never could: whether shoppers respond to your products or just your ad.

The two sharp edges are the counting rule and the access gap. One non-product click is credited to every product shown, so the number is a logged-rows count, not a user-actions count. And neither metric exists in the v25 API field reference, so every automated reporting stack is locked out until further notice. Both facts come from Google’s own documentation and our direct inspection — not from the trade coverage, which skipped both checks.

The practical move this week is small: open your column selector, see whether the columns have reached your account, annotate the date if they have, and read the ratio as a feed-and-creative diagnostic. The bigger habit worth building is the one this story proves out — watch the Help Center and the practitioner feeds, because that is where Google Ads reporting changes actually surface now.

Put senior eyes on your Shopping data

Reporting changes land silently — your response shouldn’t.

Our team runs Shopping and Performance Max programs with senior oversight and AI-assisted reporting — including the unglamorous work of catching silent platform changes before they distort your numbers.

Free consultationExpert guidanceTailored solutions
What we work on

Shopping & PMax engagements

  • Product-feed audits — titles, imagery, price position
  • PMax structure & reporting built on queryable fields
  • Silent-change monitoring across Help Center + trade feeds
  • Script & API reporting pipelines that fail loudly, not wrongly
  • Creative diagnostics from click-split style signals
FAQ · Product clicks split

The questions we get every week.

They are two new product-reporting metrics that began appearing in Google Ads reports in late July 2026, first flagged by practitioners on July 28. Per Google's Help Center glossary, product clicks are the number of times customers have clicked directly on a specific product within an ad, and non-product clicks are the number of times customers click on parts of the ad that aren't a specific product — such as the ad's headline or your store name. Together they split what was previously a single click figure in product reporting into product-driven engagement versus ad-level engagement. The definitions live on Google's Help Center pages (answers 17034525 and 17034622); there is no separate announcement post.
Related dispatches

Continue exploring Google Ads changes.