The day-by-day line for organic clicks from Google Search results, with an alert that fires when the period total drops more than 15% against the prior period.
At a glance
Clicks Trend plots the daily count of organic-search clicks Google Search Console attributes to your verified property over the selected window, defaulting to the trailing 90 days (90D). A click is recorded when a user clicks a link in Google Search results that takes them to your site. The card is the canonical health line for organic demand: when it bends, something in your rankings, indexing or SERP presentation has moved, and the drop >15% vs prior period alert is the trip-wire that surfaces it.
Calculation
The card calls the Search Analytics API with thedate dimension only and the clicks metric, for the selected window. Each row is one day; the value is the count of clicks Google attributes to your property’s results in Search for that day. Vortex IQ sums the daily values for the period total, then runs the same query over the immediately prior equal-length window for the comparison base.
clicks here is search type web by default; image, video and news search are separate search types in GSC and are not added in unless the property profile asks for them.
Worked example
A UK home-fragrance brand runs an URL-prefix propertyhttps://www.scenthaus.co.uk/ in Search Console, connected to Vortex IQ. The window is 90D. On 18 Apr 26 the card flips to an alert.
Reading the daily line told the team more than the headline number:
- The drop was a step, not a slope. Daily clicks held around 2,050 per day through to 02 May 26, then fell to roughly 1,500 per day from 05 May 26 onwards and stayed there. A step change points at a discrete event (a Google core update, a site migration, a robots or canonical regression), not gradual decay. A slope would have pointed at slow ranking erosion or seasonality instead.
- Impressions held while clicks fell. Cross-checking Impressions Trend showed impressions roughly flat across the same step. Clicks down with impressions flat means CTR fell: the site still appeared in results but won fewer clicks. That reframed the investigation away from “we lost rankings” toward “our SERP presentation got worse”, confirmed on CTR Trend.
- The cause was a title-tag template change. A theme update on 03 May 26 had appended the brand name twice to every page title, pushing the descriptive part of the title past Google’s display truncation. Titles still indexed fine, so impressions were unaffected, but searchers saw a worse snippet and clicked less. Reverting the template recovered daily clicks to ~2,000 within nine days.
- The last three days of the line were ignored. On 18 Apr 26 the final two days read low (1,180 then 640). That was the standard GSC 2 to 3 day data lag, not a second drop; both days filled in to ~1,500 on the 21 Apr 26 refresh. Never trust the tail of the GSC line.
Sibling cards merchants should reference together
Reconciling against the source
Where to look in Google Search Console:Performance → Search results report. Tick the Total clicks metric, set the same date range, and read the chart. The Vortex IQ line should match the GSC clicks chart day for day, because both pull the date-dimension total from the same Search Analytics data.To export the underlying daily numbers, use the Performance report’s export, or query the Search Analytics API (
searchanalytics.query) directly with dimensions: ["date"] and type: "web": that is exactly what this card does.
Why our number may legitimately differ from a manual check:
Cross-connector reconciliation: GSC clicks are organic-search clicks only and will not match GA4 “Organic Search” sessions exactly. GSC counts clicks on the SERP; GA4 counts sessions that land and fire the tag. Click-to-session shrinkage from bounces before the tag loads, ad blockers and consent declines means GA4 organic sessions usually run below GSC clicks. Use Impressions Trend and the GA4 organic cards together rather than expecting a clean tie-out. For divergence investigations, use Vortex Mind.