Vercel

Vercel

Vercel is a frontend cloud platform for deploying and hosting web applications. Sites on Vercel load Vercel's CDN infrastructure and runtime scripts. Vercel Analytics tracks page views, web vitals, and visitor geography. Sets cookies for Speed Insights and visitor attribution.

Overview

Vercel is a frontend cloud platform for deploying web applications, most commonly associated with Next.js (which Vercel created and maintains). For sites hosted on Vercel, the platform's infrastructure scripts are inherent to the deployment — they are the hosting layer. Vercel also offers two analytics products: Vercel Analytics (audience metrics) and Vercel Speed Insights (web performance monitoring). These optional analytics features add tracking beyond the essential hosting functionality, creating a dual-category consent situation similar to other hosting platforms with built-in analytics.

What This Script Does

Vercel's presence on hosted sites comes through three layers:

Hosting infrastructure (essential):

  • Edge network and CDN delivery from Vercel's global infrastructure
  • Serverless function execution and API route handling
  • Image optimization via /_next/image and /_vercel/image endpoints
  • Incremental Static Regeneration (ISR) and on-demand revalidation

Vercel Analytics (audience analytics):

  • Tracks page views and unique visitors
  • Records visitor geography (country, region) derived from IP address
  • Collects traffic source and referral data
  • Measures session duration and pages per session
  • Script loaded from /_vercel/insights/script.js or via the @vercel/analytics npm package

Vercel Speed Insights (performance monitoring):

  • Collects Core Web Vitals (LCP, FID/INP, CLS, TTFB)
  • Measures real-user performance across device types and connection speeds
  • Records navigation timing and resource loading metrics
  • Script loaded from /_vercel/speed-insights/script.js or via the @vercel/speed-insights npm package

Cookies set:

  • _vercel_jwt — authentication cookie for Vercel toolbar and preview deployments (development/preview only)
  • Analytics visitor identification via sessionStorage or minimal cookies for unique visitor counting
  • Speed Insights does not set persistent cookies

Data collected by analytics:

  • Page URL and route parameters
  • Visitor geography and device/browser information
  • Traffic source, referral URL, and UTM parameters
  • Web performance metrics (LCP, INP, CLS, TTFB, FCP)

Both analytics products are opt-in — site owners must explicitly install the packages and add the components to their application.

Consent & Compliance

Vercel spans essential and analytics consent categories. Under GDPR, the hosting infrastructure is strictly necessary — it delivers the website. Vercel Analytics and Speed Insights collect visitor data for analytics purposes and require consent under the ePrivacy Directive, even though they are privacy-conscious (no cross-site tracking, minimal cookie usage).

Vercel's analytics products are designed with privacy in mind — they use sampled data, avoid persistent identifiers where possible, and do not share data with advertising networks. However, the collection of visitor geography, device information, and browsing patterns still constitutes analytics processing under EU data protection law.

Under CCPA/CPRA, the analytics data should be disclosed in the privacy policy.

Should You Block This Without Consent?

Conditional. The hosting infrastructure cannot and should not be blocked — it is the site. Vercel Analytics and Speed Insights, if installed, collect visitor metrics that require consent under GDPR. Configure these analytics components to load only after consent is granted. If you do not use Vercel Analytics or Speed Insights, no consent configuration is needed for the hosting infrastructure alone.

Is Vercel GDPR compliant?

Vercel typically loads analytics trackers, which are not strictly necessary for your site to work. Under the GDPR and the ePrivacy Directive, non-essential cookies and trackers must stay blocked until a visitor gives clear opt-in consent. So Vercel can be fully GDPR compliant, but only if your site holds its scripts until consent is granted and lets visitors decline just as easily. Compliance depends on how your site loads Vercel, not on Vercel itself.

Visit website

Products (1)

Consent Categories

Also Known As

vercelvercel analyticsvercel speed insightsvercel hostingnext.js hosting

Industries

Computers Electronics and TechnologyProgramming and Developer Software

Tracked Domains (2)

vercel.comEssential

vercel.com is an essential domain operated by Vercel, used to keep the site working, including security, load balancing, and sessions.

vercel.appEssential

vercel.app is an essential domain operated by Vercel, used to keep the site working, including security, load balancing, and sessions.

Frequently Asked Questions

Related Vendors

Thinkific
Thinkific
Thinkific is an online course creation and delivery platform. Scripts embed course enrollment flows, video lessons, and checkout widgets on course sites. Tracks student progress, video completion, and purchase events. Sets authentication and learning-progress cookies for enrolled students.
Vercel Analytics
Vercel Analytics
Vercel Analytics is a privacy-friendly web analytics product for sites hosted on the Vercel platform. Scripts collect Core Web Vitals and page view data without cookies or fingerprinting. Metrics are aggregated server-side and surfaced in the Vercel dashboard with no personal data retention.
Paddle
Paddle
Paddle is a payments infrastructure platform for SaaS companies. Scripts embed checkout overlay flows directly on software vendor websites to handle subscription billing and license purchases. Sets cookies to manage checkout sessions and detect fraud during payment processing.
Chargebee
Chargebee
Chargebee is a subscription management and recurring billing platform for SaaS businesses. Scripts embed hosted checkout forms and billing portal interfaces on product websites, enabling plan upgrades, payment updates, and invoice access. Sets session cookies to authenticate billing portal users.
Framer
Framer
Framer is a website builder and design platform. Sites deployed on Framer load Framer's CDN infrastructure scripts for rendering and asset delivery. Framer Analytics tracks page views, visitor counts, and traffic sources. Sets cookies to distinguish unique visitors and measure site performance.
Razorpay
Razorpay
Razorpay is an Indian payment gateway for processing online transactions. Scripts embed checkout flows supporting cards, UPI, netbanking, and digital wallets on e-commerce sites. Handles payment tokenization and fraud detection. Sets session cookies during checkout to maintain transaction state.

Manage consent for Vercel

ConsentStack automatically detects and manages Vercel trackers so your site stays compliant with global privacy regulations.