---
title: "Glosario de analítica — SealMetrics"
description: "Definiciones claras de términos de analítica web: analítica sin cookies, muestreo, atribución, compliance RGPD y más."
canonical_url: "https://sealmetrics.com/es/glossary/"
lang: "es"
content_type: "product"
owner: "web"
llm_priority: "useful"
last_verified: "2026-08-14"
source: https://sealmetrics.com/es/glossary/
publisher: SealMetrics
---

Glosario

# Términos de analítica, *en lenguaje claro.*

Definiciones escritas para líderes de marketing y data. Cortas. Con opinión. Honestas sobre qué importa y qué no.

14 de 26 definiciones en español · el resto abre la versión en inglés

## Technology

[### Cookieless Analytics

Web analytics that captures visitor data without using browser cookies, enabling 100% traffic measurement regardless of consent status or browser restrictions.](https://sealmetrics.com/es/glossary/cookieless-analytics/)[### First-Party Data Collection

Collecting analytics data through your own domain infrastructure rather than third-party servers. First-party requests are invisible to ad blockers and not subject to third-party cookie restrictions.](https://sealmetrics.com/es/glossary/first-party-data-collection/)[### Server-Side Tracking

Data collection method where events are processed on the server rather than in the browser. Avoids client-side blocking by ad blockers and browser privacy features.](https://sealmetrics.com/es/glossary/server-side-tracking/)[### Event Tracking

The method of recording specific user interactions on a website beyond pageviews — clicks, form submissions, video plays, downloads, and eCommerce actions. GA4 uses an event-based data model where every interaction is an event.](https://sealmetrics.com/es/glossary/event-tracking/)

### Tag Manager

A container script that loads and configures other scripts without code deploys. Convenient, and a common source of measurement delay — every tag waits for the container to initialise first.

### Data Layer

A structured JavaScript object a site publishes so measurement tools can read page and transaction context consistently, instead of scraping it out of the DOM.

### Tracking Pixel

A tiny image or request used to record an event by the act of being fetched. The transport matters: an image request is cancelled when a visitor leaves early, while sendBeacon survives page unload.

### Cookie

A small value a site stores in the browser and reads back later. Under ePrivacy Art. 5(3) the act of storing it requires consent, whatever the value contains — which is why 'our cookie holds no personal data' is not an exemption.

### Local Storage

Browser storage with no expiry, often used as a cookie substitute. It is still storage on the device, so it falls under the same ePrivacy consent rule — a common and expensive misreading.

## Data Quality

[### Data Sampling

A technique where analytics tools analyze a subset of data and extrapolate results. GA4 applies sampling when traffic exceeds certain thresholds, introducing estimation error.](https://sealmetrics.com/es/glossary/data-sampling/)[### Data Loss in Analytics

The gap between actual website traffic and what analytics tools report. Caused by consent rejection, ad blockers, browser restrictions, and data sampling. Typically 70-87% in the EU.](https://sealmetrics.com/es/glossary/data-loss-in-analytics/)[### Ad Blocker Impact on Analytics

The data loss caused by browser extensions and built-in features that block third-party analytics scripts. Ad blockers affect 40%+ of EU users, making analytics tools like GA4 blind to a significant portion of traffic.](https://sealmetrics.com/es/glossary/ad-blocker-analytics-impact/)

### Bot Traffic

Automated requests from crawlers, monitors, scrapers and AI agents. Unfiltered, it inflates every metric it touches — and the share arriving from AI assistants is now large enough to distort channel reporting.

## Privacy

[### Consent Management Platform (CMP)

Software that displays cookie consent banners and manages user preferences. Required under GDPR for websites using cookies or collecting personal data. EU rejection rates vary widely by market — roughly 40-60% on average, and higher in Germany.](https://sealmetrics.com/es/glossary/consent-management-platform/)[### Intelligent Tracking Prevention (ITP)

Apple Safari's privacy feature that limits cookie lifespan and blocks cross-site tracking. ITP reduces first-party cookie life to 7 days (or 24 hours for some) and blocks all third-party cookies.](https://sealmetrics.com/es/glossary/intelligent-tracking-prevention/)[### GDPR Analytics Compliance

Meeting GDPR requirements for web analytics: lawful basis for processing, data minimization, purpose limitation, and — if using cookies — valid consent collection before tracking.](https://sealmetrics.com/es/glossary/gdpr-analytics-compliance/)[### Personal Data in Analytics

Information in an analytics dataset relating to an identified or identifiable person under GDPR Art. 4(1). GDPR applies only to personal data, so analytics processing none falls outside its scope — but ePrivacy Art. 5(3) still governs storage on the device either way.](https://sealmetrics.com/glossary/personal-data-in-analytics/)[### Analytics Data Residency

The geographic location where analytics data is processed and stored. Under GDPR, data residency determines which legal frameworks apply and whether cross-border data transfer mechanisms (like SCCs) are required.](https://sealmetrics.com/es/glossary/analytics-data-residency/)[### Google Consent Mode v2

Google's framework that allows Analytics and Ads tags to load without storing cookies when the user has rejected consent — then statistically models the missing data. It is a modelling layer, not a measurement layer.](https://sealmetrics.com/glossary/consent-mode-v2/)[### ePrivacy Directive

EU Directive 2002/58/EC governing privacy in electronic communications, including the rule (Art. 5(3)) that consent is required before storing or accessing information on a user's terminal device. The legal basis for cookie consent banners.](https://sealmetrics.com/glossary/eprivacy-directive/)[### Legitimate Interest (Analytics)

GDPR Article 6(1)(f) lawful basis: processing personal data is permitted when a controller has a legitimate purpose that does not override the data subject's rights. Sometimes invoked for analytics — but ePrivacy still requires consent for cookies.](https://sealmetrics.com/glossary/legitimate-interest-analytics/)

### Browser Fingerprinting

Identifying a device by combining its characteristics — fonts, screen, timezone, hardware — rather than by storing an identifier. Regulators treat the resulting identifier as personal data, and its covertness makes it harder to justify, not easier.

### Pseudonymization

Replacing identifying fields with a reversible token. Explicitly still personal data under GDPR Art. 4(5) — a risk-reduction measure, never a route out of scope.

### Anonymization

Processing data so nobody can be identified by any means reasonably likely to be used. Genuinely anonymous data leaves GDPR's scope entirely — a high bar, and one that hashing alone does not clear.

## Attribution

[### Multi-Touch Attribution

An analytics model that distributes conversion credit across multiple touchpoints observed for the same identified visitor. Requires per-user tracking and is not part of SealMetrics' last-click, anonymous architecture.](https://sealmetrics.com/es/glossary/multi-touch-attribution/)[### Revenue Attribution

Connecting revenue events (purchases, subscriptions) to the marketing channels that drove them. SealMetrics uses last-click on 100% of observed events — no per-user journey tracking, no multi-touch models.](https://sealmetrics.com/es/glossary/revenue-attribution/)[### Attribution Model

A rule or algorithm that determines how credit for conversions is distributed across marketing touchpoints. Common models include first-touch, last-touch, linear, time-decay, and data-driven attribution.](https://sealmetrics.com/es/glossary/attribution-model/)[### Attribution Window

The time period after a marketing touchpoint during which a subsequent conversion is credited to that touchpoint. Windows vary by channel — Google Ads default is 30 days, Meta is 7 days, GA4 is 30/90 days depending on model.](https://sealmetrics.com/glossary/attribution-window/)[### Last-Click Attribution

An attribution model where 100% of the conversion credit goes to the final marketing touchpoint observed before the conversion event. SealMetrics applies last-click on 100% of data — aggregate, anonymous, at channel level.](https://sealmetrics.com/glossary/last-click-attribution/)

## Metrics

[### Bounce Rate

The percentage of sessions where a visitor views only one page before leaving. In GA4, bounce rate is the inverse of engagement rate — a session is a bounce if it lasts less than 10 seconds, has no conversion, and has no second pageview.](https://sealmetrics.com/glossary/bounce-rate/)

### Pageview

One instance of a page being loaded or reloaded in a browser. The oldest unit of web measurement, and still the denominator for most traffic reporting.

### Session

A group of interactions by one visitor within a time window, conventionally ending after 30 minutes of inactivity. The boundary is a convention, not an observed fact — which is why session counts differ between tools measuring the same traffic.

### Unique Visitor

A count of distinct people rather than visits. Every implementation is an approximation, because distinguishing people requires an identifier that persists — and browser restrictions, device switching and consent rejection all break that persistence.

### Conversion Rate

Conversions divided by sessions or visitors. Worth checking which denominator your tool uses: the same data reported per-session and per-visitor can differ by a factor of two.

### Exit Rate

The share of sessions that ended on a given page. Distinct from bounce rate, which counts only sessions where that page was also the entry point.

### Engagement Rate

GA4's replacement for the inverse of bounce rate. A session counts as engaged if it lasts over 10 seconds, fires a conversion, or produces two or more pageviews.

### Dimension

A descriptive attribute you group data by — country, channel, landing page, device. Dimensions answer 'which'; metrics answer 'how many'.

### Metric

A quantitative measurement — sessions, revenue, conversions. Always paired with dimensions to be meaningful: a number without a breakdown is rarely a decision.

### Impression

One instance of content being served or displayed. In search reporting, an impression means your result appeared — regardless of whether the user scrolled far enough to see it.

### Click-Through Rate (CTR)

Clicks divided by impressions. Falling CTR at a stable ranking position usually means the answer is now being rendered in the results page rather than on your site.

## Acquisition

[### UTM Parameters

Query-string tags — utm_source, utm_medium, utm_campaign, utm_term, utm_content — appended to links so the destination can attribute the visit. The values are whatever you type, so attribution quality depends entirely on naming discipline.](https://sealmetrics.com/glossary/utm-parameters/)

### Referrer

The HTTP header naming the page a visitor arrived from. Increasingly stripped or truncated by privacy policies, which is one reason direct traffic keeps growing.

### Direct Traffic

Visits with no referrer. Partly genuine — typed URLs and bookmarks — and partly a bucket for attribution that failed: stripped referrers, app links, and untagged campaigns.

### Source / Medium

The pairing that identifies where a visit came from and how. Source is the origin (google, newsletter); medium is the mechanism (organic, cpc, email).

### Channel Grouping

Rules that collapse many source/medium combinations into reportable channels — Organic Search, Paid Social, Referral. Two tools with different rules will disagree about the same traffic.

### Organic Traffic

Visits from unpaid search results. Distinct from direct and referral, and increasingly affected by AI answers that satisfy the query without producing a click.

### Paid Traffic

Visits from advertising you bought. The channel where measurement error is most expensive, because incomplete conversion data feeds directly back into bidding decisions.

## Analysis

[### Funnel

An ordered sequence of steps toward a conversion, measured by drop-off between them. Only as trustworthy as its coverage — a funnel built on the consenting minority describes that minority, not your customers.](https://sealmetrics.com/glossary/funnel/)[### Cohort

A group sharing a starting characteristic, usually first visit or first purchase period, tracked over time to compare behaviour between groups rather than across a whole audience.](https://sealmetrics.com/glossary/cohort/)

### Segment

A filtered subset of traffic defined by dimension values — a country, a channel, a device class. The main tool for turning an aggregate number into an explanation.

## eCommerce

[### Return on Ad Spend (ROAS)

Attributed revenue divided by ad spend. The numerator comes from your analytics and the denominator from the ad platform, so unmeasured conversions understate ROAS and push budget away from channels that were working.](https://sealmetrics.com/glossary/return-on-ad-spend/)[### Customer Lifetime Value (LTV)

Expected total margin from a customer relationship. Usually calculated from order data rather than web analytics, precisely because it needs an identity that survives longer than any browser identifier.](https://sealmetrics.com/glossary/customer-lifetime-value/)

### Average Order Value (AOV)

Total revenue divided by order count. Moves for two very different reasons — real basket changes, or missing orders — so it is worth reconciling against the backend before reading it as behaviour.

### Cost per Acquisition (CPA)

Spend divided by attributed conversions. Inflates whenever conversions go unmeasured, which makes it the metric most likely to trigger a wrong budget cut.

## Más allá de las *definiciones.* Ve lo real.

30 min sobre tu web. Corremos SealMetrics junto a GA4 y te mostramos el gap — en directo.

[Reserva una demo →](https://sealmetrics.com/es/demo/)[Prueba de 14 días](https://my.sealmetrics.com/register)

Hecho por un founder · soportado por un founder · alojado en UE por diseño
