How link clicking works

Short answer

Link clicking turns a single-page visit into a multi-page session. It is on by default, clicking up to 2 internal links per visit and going 2 levels deep. Clicking only starts if the visit has at least 180 seconds left, so short stay times silently disable it.

Without link clicking, every visit is one pageview and analytics records a single-page session. Link clicking makes the browser follow links on your page, producing additional pageviews within the same session.

What happens

After the browser has been on your target page for a while, and if enough time remains in the visit, it:

  1. Finds the links on the page.
  2. Picks one and clicks it, using a real mouse movement to reach it.
  3. Stays on the new page for 60 to 180 seconds, scrolling and moving the mouse.
  4. Waits 60 to 120 seconds, then may click again.

Each clicked page is another pageview in the same session, because the cookies persist within the visit.

The defaults

SettingDefaultMeaning
Enable link clicksOnMaster switch
Click internal linksOnSame-domain links
Click external linksOffOff-site links; advertisements are always excluded
Max Link Clicks per Visit2Clicks on the target page
Max Link Depth2How many levels deep it may go
Clicked Link Stay Duration60 to 180 sTime on each clicked page
Delay Between Clicks60 to 120 sPause before the next click
Time Buffer for Clicks180 sMinimum time remaining before clicking may start

The time buffer, and why clicking may never happen

Clicking only begins if the visit has at least Time Buffer for Clicks seconds left — 180 by default. If your Max Stay Time is 120 seconds, the buffer is never satisfied and no link is ever clicked, even though the setting is on.

This is the usual reason someone reports that clicking “does not work”. The fix is to raise your stay times, or lower the buffer.

The buffer cannot go below the minimum clicked-link stay plus the minimum click delay plus 10 seconds — 130 seconds with the defaults. OverRider clamps it automatically if you try.

Navigation mode

Three options control how a clicked link opens:

  • Same Page (default) — navigates in place. Most reliable for analytics, because the session continues cleanly.
  • New Tab — opens in a new tab.
  • Mixed — varies between the two.

Stay with Same Page unless you are specifically testing tab behaviour.

Effect on your analytics

MetricWithout clickingWith clicking
Views per session12 to 3
Session durationYour stay timeStay time plus clicked-page time
Engaged sessionsYes, if over 10 sYes
Pages trackedLanding page onlyLanding page plus whatever was clicked

Effect on throughput

Clicking makes visits substantially longer. Two clicks with default settings can add four minutes or more, which cuts your visits per hour by a large factor.

If you are calibrating a rate, turn clicking off while you measure, then re-enable it and re-measure. See Spread visits gradually over several hours.

When there are no links

If the page has no eligible links — a landing page with only external links while external clicking is off, for instance — the browser simply stays for the remaining time and closes. The visit still counts as a success.

Last updated:

Still stuck? Email support@overrider.io or use the contact form.