How to capture anonymous events How to capture identified events Identify best practices 1. Call identify as soon as you're able to 2. Use unique…| posthog.com
Once your PostHog instance is up and running, the next step is to start sending events. Event ingestion It's a priority for us that events are fully…| posthog.com
If you want to change how PostHog stores this information, you can do so with the persistence configuration option: persistence: "localStorage…| posthog.com
The /i/v0/e and /batch endpoints are the main way to send events to PostHog. Beyond user behavior, they are also used to identify users, update…| posthog.com
PostHog makes it easy to get data about traffic and usage of your Next.js app. Integrating PostHog into your site enables analytics about user…| posthog.com
Capturing events Anonymous and identified events Capturing anonymous events Capturing identified events Identifying users The most useful of these…| posthog.com
When calling posthog.init , there are various configuration options you can set to customize and control the behavior of PostHog. To configure these…| posthog.com
Normally, PostHog stores some information about the user in their browser using a cookie. This approach is typical for analytics tools and enables…| posthog.com
How identify works Best practices when using identify 1. Call identify as soon as you're able to 2. Use unique strings for distinct IDs 3. Set up…| posthog.com
Note: Early access management is only available in the JavaScript Web SDK . Early access feature management enables your users to opt in (and out…| posthog.com