Unified.to · Schema

property_AdsInsertionorder_kpi

IntegrationsUnified API

Properties

Name Type Description
algorithm_id string
amount number
percentage number
string_value string
type string
View JSON Schema on GitHub

JSON Schema

unified-to-property-adsinsertionorder-kpi-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AdsInsertionorder_kpi",
  "title": "property_AdsInsertionorder_kpi",
  "properties": {
    "algorithm_id": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    },
    "percentage": {
      "type": "number"
    },
    "string_value": {
      "type": "string"
    },
    "type": {
      "enum": [
        "UNSPECIFIED",
        "CPM",
        "CPC",
        "CPA",
        "CTR",
        "VIEWABILITY",
        "CPIAVC",
        "CPE",
        "CPV",
        "CLICK_CVR",
        "IMPRESSION_CVR",
        "VCPM",
        "VTR",
        "AUDIO_COMPLETION_RATE",
        "VIDEO_COMPLETION_RATE",
        "CPCL",
        "CPCV",
        "TOS10",
        "MAXIMIZE_PACING",
        "CUSTOM_IMPRESSION_VALUE_OVER_COST",
        "OTHER"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    }
  },
  "type": "object"
}