Navigation
Mobile DocsNavigation
Mobile DocsOpen-source product analytics, session recording, feature flags, and A/B testing.
Integrate with PostHog for comprehensive product analytics including user behavior tracking, session recordings, feature flags, A/B experiments, and surveys. PostHog is an all-in-one, open-source platform that helps you build better products by providing deep insights into user behavior, with self-hosted or cloud options.
Placeholder: Enter your PostHog personal API key
Layout: full
Placeholder: Enter your PostHog project API key
Layout: full
Placeholder: https://app.posthog.com (or your self-hosted URL)
Layout: full
Layout: full
Options: Capture Event, Identify User, Get Feature Flag, List Feature Flags
Placeholder: user123
Layout: full
Condition: operation = ["capture_event","identify_user","get_feature_flag"]
Placeholder: button_clicked
Layout: full
Condition: operation = "capture_event"
Placeholder: {"button": "submit", "$set": {"email": "user@example.com"}}
Layout: full
Condition: operation = ["capture_event","identify_user"]
Placeholder: new-feature-enabled
Layout: full
Condition: operation = ["get_feature_flag","create_feature_flag"]
Placeholder: New Feature
Layout: full
Condition: operation = "create_feature_flag"
Placeholder: 100
Layout: half
Condition: operation = "create_feature_flag"
Required
Optional
Optional
Required
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"data": "json"
}