✨ Use our managed migration instead: We recently added a new managed migration for Amplitude. It automatically exports data from Amplitude…| posthog.com
Using multiple website domains or subdomains is a common way to split up a product. For example, a company might have a marketing website, a web app…| posthog.com
The Python SDK makes it easy to capture events, evaluate feature flags, track errors, and more in your Python apps. Installation Capturing events…| posthog.com
This is an optional library you can install if you're working with .NET Core. It uses an internal queue to make calls fast and non-blocking. It also…| posthog.com
Note: Bootstrapping feature flags is only available in our JavaScript web and React Native SDKs. To bootstrap PostHog with feature flags, use the…| posthog.com
People in PostHog represent the users behind your events. You can view them in the People tab . People have person profiles with properties . This…| posthog.com
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
This library uses an internal queue to make calls fast and non-blocking. It also batches requests and flushes asynchronously, making it perfect to use…| 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
Capturing events Anonymous and identified events Capturing anonymous events Capturing identified events Identifying users The most useful of these…| posthog.com
Event tracking is the first step in improving your product. It enables you to understand how users are interacting with your app by capturing…| 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
Few things are worse than shipping a new feature, having it unexpectedly break, and then scrambling to fix it. To mitigate problems like this, teams…| posthog.com