Installation Configuration options You can further customize how PostHog works through its configuration on initialization. Attribute Description host…| posthog.com
The flags endpoint is used to evaluate feature flags for a given distinct_id . This means it is the main endpoint not only for feature flags, but…| posthog.com
TL;DR Last week, we slashed the cost of session replay by more than 50%, making PostHog the cheapest session replay tool in its class. Today we're…| posthog.com
SQL expressions enable you to directly access, modify, and aggregate data in many places in PostHog including: Filters Trends series Breakdowns Funnel…| posthog.com
The posthog-ruby library provides tracking functionality on the server-side for applications built in Ruby. It uses an internal queue to make calls…| 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 PHP. It uses an internal queue to batch requests, flushes at the end of the request…| posthog.com
If you're working with Node.js (versions 15+), the official posthog-node library is the simplest way to integrate your software with PostHog. This…| 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
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
To create a new feature flag, navigate to the feature flags tab in your PostHog app, where you should see a 'Create feature flag' button that we'll…| 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
What are cohorts? Cohorts enable you to easily create a list of users who have something in common, such as completing an action or having the same…| 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
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
The decide endpoint is used to evaluate a feature flag for a given user. This means it is the main endpoint not only for feature flags, but also…| posthog.com