Last Touch

Last-touch attribution is an attribution model that gives 100% of the conversion credit to the final interaction before a user converts (submits a goal, purchase, signup—whatever your conversion is). It’s simple, deterministic, and frequently used in reporting where speed and clarity beat nuance.

How it works (in plain terms)

  • You track each visit with campaign tags (UTM parameters) and stitch a user journey.
  • When a conversion happens, you look at the last recorded channel/touch in that journey and allocate all credit there.
  • Lookback window applies: only touches within your chosen attribution window are considered. Define it explicitly in your analytics spec.

Mini-formula:
For a given conversion, credit(channelᵢ) = 1 if channelᵢ == last_touch, else 0.
Total credit across channels for that conversion = 1.

Quick example

StepChannelTimestampCredit (Last-Touch)
1Paid SocialDay 1
2Organic SearchDay 3
3EmailDay 5100%

This will inflate Email’s contribution in your multi-channel funnel report. Your conversion rate reporting is unaffected, but channel performance narratives will skew toward the final touch.

Pros & limitations

Pros

  • Fast to implement and explain to stakeholders.
  • Stable for short sales cycles and bottom-funnel optimization.

Limitations

  • Ignores awareness and consideration touches; overweights promo/retargeting.
  • Heavily sensitive to tagging hygiene; missing UTMs = misplaced credit.
  • “Direct” traffic handling varies by platform—decide your rule and document it.
  • Not ideal for long, multi-step B2B journeys—consider multi-touch attribution or a hybrid.

When to use it

Tip: Keep last-touch as a reference view, but compare it with a multi-touch view in your attribution report to avoid myopic budget shifts.