Klaviyo · Schema

PredictiveAnalytics

MarketingEmailSMSCustomer DataE-CommerceAutomation

Properties

Name Type Description
historic_clv number Total value of all historically placed orders
predicted_clv number Predicted value of all placed orders in the next 365 days
total_clv number Sum of historic and predicted CLV
historic_number_of_orders number Number of already placed orders
predicted_number_of_orders number Predicted number of placed orders in the next 365 days
average_days_between_orders number Average number of days between orders (None if only one order has been placed)
average_order_value number Average value of placed orders
churn_probability number Probability the customer has churned
expected_date_of_next_order string Expected date of next order, as calculated at the time of their most recent order
ranked_channel_affinity array List of channels ranked by their predicted effectiveness for this profile, with the best channel being listed first at index 0
View JSON Schema on GitHub

JSON Schema

klaviyo-predictiveanalytics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PredictiveAnalytics",
  "title": "PredictiveAnalytics",
  "type": "object",
  "properties": {
    "historic_clv": {
      "description": "Total value of all historically placed orders",
      "type": "number",
      "example": 93.87,
      "nullable": true
    },
    "predicted_clv": {
      "description": "Predicted value of all placed orders in the next 365 days",
      "type": "number",
      "example": 27.24,
      "nullable": true
    },
    "total_clv": {
      "description": "Sum of historic and predicted CLV",
      "type": "number",
      "example": 121.11,
      "nullable": true
    },
    "historic_number_of_orders": {
      "description": "Number of already placed orders",
      "type": "number",
      "example": 2,
      "nullable": true
    },
    "predicted_number_of_orders": {
      "description": "Predicted number of placed orders in the next 365 days",
      "type": "number",
      "example": 0.54,
      "nullable": true
    },
    "average_days_between_orders": {
      "description": "Average number of days between orders (None if only one order has been placed)",
      "type": "number",
      "example": 189,
      "nullable": true
    },
    "average_order_value": {
      "description": "Average value of placed orders",
      "type": "number",
      "example": 46.94,
      "nullable": true
    },
    "churn_probability": {
      "description": "Probability the customer has churned",
      "type": "number",
      "example": 0.89,
      "nullable": true
    },
    "expected_date_of_next_order": {
      "description": "Expected date of next order, as calculated at the time of their most recent order",
      "type": "string",
      "format": "date-time",
      "example": "2022-11-08T00:00:00+00:00",
      "nullable": true
    },
    "ranked_channel_affinity": {
      "description": "List of channels ranked by their predicted effectiveness for this profile, with the best channel being listed first at index 0",
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "email",
          "push",
          "sms",
          "whatsapp"
        ],
        "description": "Enum for channel name return values used in the V3 API for channel affinity for the field `ranked_channel_affinity`."
      },
      "example": [
        "sms",
        "email",
        "push"
      ],
      "nullable": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/klaviyo-predictiveanalytics"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.