Amplitude · Schema

RetentionResult

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
data object Retention data organized by cohort date with day-by-day return percentages.
View JSON Schema on GitHub

JSON Schema

amplitude-retentionresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RetentionResult",
  "title": "RetentionResult",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "description": "Retention data organized by cohort date with day-by-day return percentages."
    }
  }
}