public: feature pages
This commit is contained in:
@@ -4,6 +4,7 @@ description: "Learn how to track custom events like button clicks, form submissi
|
||||
difficulty: beginner
|
||||
timeToComplete: 5
|
||||
date: 2025-12-15
|
||||
updated: 2026-02-07
|
||||
cover: /content/cover-default.jpg
|
||||
team: OpenPanel Team
|
||||
steps:
|
||||
@@ -23,7 +24,7 @@ steps:
|
||||
|
||||
Custom events are the foundation of product analytics. They let you track specific user actions like button clicks, form submissions, video plays, and purchases. This guide walks you through tracking custom events in OpenPanel across different platforms.
|
||||
|
||||
OpenPanel provides a consistent API for event tracking across all SDKs. Once you understand the pattern, you can apply it to any integration.
|
||||
OpenPanel provides a consistent API for [event tracking](/features/event-tracking) across all SDKs. Once you understand the pattern, you can apply it to any integration.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -199,7 +200,7 @@ If events aren't showing up, check that your Client ID is correct and that the S
|
||||
|
||||
## Next steps
|
||||
|
||||
Now that you're tracking custom events, you can identify users to connect events to specific people. For analyzing your event data, the [funnel analysis guide](/articles/how-to-create-a-funnel) shows you how to measure conversion rates across multi-step flows. You can also explore the [SDK documentation](/docs/sdks/web) for advanced features like global properties and event filtering.
|
||||
Now that you're tracking custom events, you can [identify users](/features/identify-users) to connect events to specific people. For analyzing your event data, the [funnel analysis guide](/articles/how-to-create-a-funnel) shows you how to measure [conversion rates](/features/conversion) across multi-step flows. You can also explore the [SDK documentation](/docs/sdks/web) for advanced features like global properties and event filtering.
|
||||
|
||||
For framework-specific examples and setup instructions, check out:
|
||||
- [Next.js analytics guide](/guides/nextjs-analytics) for Next.js applications
|
||||
|
||||
Reference in New Issue
Block a user