Skene
Product
Pricing
Docs
Blog
About
Log In
ProductPricingDocsBlogAbout
Log In
Skene subpage background texture
Resources / Glossary

Analytics instrumentation glossary

Definitions for the concepts Skene operates on: analytics calls, event taxonomy, instrumentation drift, and the failure modes that show up when coding agents change instrumented code.

Categories & Search

23 terms

Categories

Resources

  • Playbooks
  • Product Docs
  • Product Overview

23 terms

Categories

Resources

  • Playbooks
  • Product Docs
  • Product Overview

Showing 23 of 23 terms

Analytics call
Calls

A line of code that emits an event to an analytics backend like PostHog, Mixpanel, Segment, Amplitude, Heap, or Snowplow.

Event name
Calls

The string identifier passed to an analytics call, used to group occurrences of the same thing on a dashboard.

Payload (event properties)
Calls

The object passed alongside the event name, carrying contextual properties that get attached to the event on the analytics backend.

Identify call
Calls

The call that ties subsequent events to a known user identity, typically by mapping an anonymous ID to a real user ID.

Event taxonomy
Concepts

The set of event names and properties a product agrees to emit, and the rules for naming them.

Instrumentation surface
Concepts

The total set of analytics calls in a codebase. The thing Skene reads, indexes, and watches for drift.

Baseline manifest
Concepts

The recorded state of an instrumentation surface at a point in time, used as the comparison point for future PRs.

Instrumentation drift
Concepts

Unintended changes to analytics calls between two states of a codebase. Often introduced by refactors or coding agents.

Semantic diff
Concepts

A diff between two states that compares meaning, not text. The kind of diff Skene runs on instrumentation manifests.

Removed event
Failure modes

An analytics call that existed in the previous version of the codebase and no longer exists in the new one.

Renamed event
Failure modes

An analytics event whose name string changes between two states of the codebase, splitting funnels across two names.

Moved event
Failure modes

An analytics call that still exists in the codebase but now fires from a different control-flow context than before.

Altered payload
Failure modes

A change to the properties object of an analytics call: renamed key, dropped key, or changed type.

Conditional firing change
Failure modes

A change to the if-block guarding an event. The event still fires, but for a different set of users or sessions.

Customer Data Platform (CDP)
Tools

A tool that ingests events from your app and fans them out to multiple downstream destinations. Segment, RudderStack, Hightouch Events.

Schema registry
Tools

A central catalogue of event names and payload shapes that an analytics team agrees to. Sometimes called a tracking plan.

MCP (Model Context Protocol)
Tools

An open protocol for letting AI agents call out to external tools. Skene exposes its validation engine as an MCP server.

Coding agent
Coding agents

An AI tool that reads and writes code: Cursor, Claude Code, Codex, Devin, Aider. The category Skene is built to live alongside.

Side effect
Coding agents

Code that affects something outside the function it lives in. Analytics calls are side effects. So are logs, emails, and metric increments.

Funnel
Business

A sequence of events users move through. The chart most teams check daily; the chart most affected by instrumentation drift.

Conversion event
Business

An event that represents a desired outcome - usually tied to revenue. The most expensive thing to lose instrumentation on.

Activation event
Business

The event that marks when a new user reaches first value. Usually one of the most-watched metrics in product orgs.

Cohort
Business

A group of users defined by a shared property or behaviour. Most retention analysis runs on cohorts.

Skene

Product

How it worksFeaturesArchitectureIntegrationsSecurityPricing

Resources

DocumentationGlossaryPlaybooksBlog

Company

AboutOpen sourceContactPrivacyTerms
© 2026 Skene. All rights reserved.
Privacy PolicyTerms of Service
Skene