public: feature pages
This commit is contained in:
@@ -4,6 +4,7 @@ description: "Add privacy-first analytics to your Next.js app in under 5 minutes
|
||||
difficulty: beginner
|
||||
timeToComplete: 8
|
||||
date: 2025-12-15
|
||||
updated: 2026-02-07
|
||||
cover: /content/cover-default.jpg
|
||||
team: OpenPanel Team
|
||||
steps:
|
||||
@@ -21,7 +22,7 @@ steps:
|
||||
|
||||
# How to add analytics to Next.js
|
||||
|
||||
This guide walks you through adding OpenPanel to a Next.js application. By the end, you'll have automatic page view tracking, custom event tracking, and user identification working in your app.
|
||||
This guide walks you through adding OpenPanel to a Next.js application. By the end, you'll have automatic page view tracking, custom [event tracking](/features/event-tracking), and [user identification](/features/identify-users) working in your app.
|
||||
|
||||
OpenPanel works with both the App Router and Pages Router. It uses cookieless tracking by default, so you won't need cookie consent banners for basic analytics. If you're looking for a privacy-focused alternative to Mixpanel or Google Analytics, this is a straightforward setup.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user