PostHog · Schema

TeamCustomerAnalyticsConfig

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
activity_event object
signup_pageview_event object
signup_event object
subscription_event object
payment_event object
View JSON Schema on GitHub

JSON Schema

posthog-teamcustomeranalyticsconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TeamCustomerAnalyticsConfig",
  "title": "TeamCustomerAnalyticsConfig",
  "type": "object",
  "properties": {
    "activity_event": {},
    "signup_pageview_event": {},
    "signup_event": {},
    "subscription_event": {},
    "payment_event": {}
  }
}