Logs record behavior but not motive
Aliases: click is not intent · behavioral trace · log motive gap
What it is
Product logs record actions that already happened: open, dwell, click, submit, close. Motive is what the person was trying to finish, why that click was chosen, and how the interface was understood in the moment. The same logged click can be a price comparison, a mis-tap, a habitual refresh, or a bot. Logs can answer what was done, in what order, and how often. They cannot, by themselves, answer why. Writing a pause in a funnel as “the user is considering” inserts a missing motive into a behavioral gap.
Why it happens
Instrumentation samples predefined state changes. It does not see unacted deliberation, abandoned goals, or false interpretations unless those were also declared as events—and they usually were not. Behavior is jointly produced by goals, opportunity, defaults, and cost; the trace keeps only the layer that passed through the instrument. Sticking an intent story onto a click afterward is the researcher’s inference, not a field in the log. The inference can be reasonable, but several motives can generate the same event string, and the log has no discriminator among them.
Studying it
Treat logs first as behavioral description: paths, frequencies, co-occurrence, inter-event times. Motive questions get a second method—interview, diary, think-aloud, or contextual observation—aligned to the same person, window, and event definition. Joint analysis separates convergence, complementarity, and conflict; in conflict, list at least two viable motives rather than electing one as truth. If only logs are available, stop claims at the behavioral layer: “the price module was reopened repeatedly before submit,” not “they distrusted the price.”
Where it stops holding
In tightly constrained tasks with an almost unique goal—scanning a boarding pass, finishing a mandatory update—the distance from behavior to motive shrinks, though coerced versus voluntary action can still differ. Bots, shared devices, and actions taken on someone else’s behalf break the mapping from account to whose motive. Legal or safety investigations sometimes have only traces; motive conclusions must then be labeled as inference. The reverse error is also real: motives without behavior yield narratives that cannot dock to product facts.
Applying it
- Beside every log-derived “the user wanted…,” name the event string it came from and list at least one alternative motive.
- If the decision depends on why, add interviews or replays aimed at those sequences rather than more of the same clicks.
- Title dashboards with verbs (opened, submitted, returned), not psychological nouns (hesitation, liking, loyalty).
- When behavior and what people say conflict, keep both and inspect defaults, costs, and access; do not use the log as a lie detector.
Related
- Same group: Q3.11.2 Instrumentation design determines which questions can later be answered · Q3.11.3 Missing events cannot be backfilled after the fact · Q3.11.4 Inconsistent event names prevent joining data across versions · Q3.11.5 Sampling and dropped reports systematically undercount rare actions · Q3.11.6 Ad blockers and privacy settings permanently omit some users · Q3.11.7 The same event may fire under unequal conditions across platforms
- Adjacent: Q1.10 Three-dimensional classification of methods · Q2.01 User interviews
- Search terms:
behavioral log–motive gap·click is not intent·behavioral trace
Cards in the same group
- Q3.11.2Instrumentation design determines which questions can later be answered
- Q3.11.3Missing events cannot be backfilled after the fact
- Q3.11.4Inconsistent event names prevent joining data across versions
- Q3.11.5Sampling and dropped reports systematically undercount rare actions
- Q3.11.6Ad blockers and privacy settings permanently omit some users
- Q3.11.7The same event may fire under unequal conditions across platforms