PostHog · Schema

TeamMarketingAnalyticsConfig

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
sources_map object
conversion_goals object
attribution_window_days integer
attribution_mode object
campaign_name_mappings object
custom_source_mappings object
campaign_field_preferences object
View JSON Schema on GitHub

JSON Schema

posthog-teammarketinganalyticsconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TeamMarketingAnalyticsConfig",
  "title": "TeamMarketingAnalyticsConfig",
  "type": "object",
  "properties": {
    "sources_map": {},
    "conversion_goals": {},
    "attribution_window_days": {
      "type": "integer",
      "maximum": 90,
      "minimum": 1
    },
    "attribution_mode": {
      "$ref": "#/components/schemas/AttributionModeEnum"
    },
    "campaign_name_mappings": {},
    "custom_source_mappings": {},
    "campaign_field_preferences": {}
  }
}