If you're building a B2B2C product, your users might want analytics about their users . You can provide this with user- or customer-facing…| posthog.com
PostHog provides libraries that make it easy to capture events in popular languages. These libraries are basically wrappers around the API. They…| posthog.com
Note: Local evaluation is only available in the Node , Ruby , Go , Python , C#/.NET , and PHP SDKs. Note: Do not use local evaluation in an…| posthog.com
Batch exports give you a platform to schedule data exports to supported destinations. Batch exports are built on Temporal to enable reliable data…| posthog.com
API queries enable you to query your data in PostHog. This is useful for: Building user or customer-facing analytics . Pulling aggregated PostHog…| 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
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