PostHog · Schema

TeamRevenueAnalyticsConfig

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
base_currency object
events object
goals object
filter_test_accounts boolean
View JSON Schema on GitHub

JSON Schema

posthog-teamrevenueanalyticsconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TeamRevenueAnalyticsConfig",
  "title": "TeamRevenueAnalyticsConfig",
  "type": "object",
  "properties": {
    "base_currency": {
      "$ref": "#/components/schemas/BaseCurrencyEnum"
    },
    "events": {},
    "goals": {},
    "filter_test_accounts": {
      "type": "boolean"
    }
  }
}