MediaMath · Schema

healthcheck_result

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
result string
message string Will be returned for all statuses.
View JSON Schema on GitHub

JSON Schema

campaigns-healthcheck_result.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "healthcheck_result",
  "type": "object",
  "properties": {
    "result": {
      "type": "string",
      "enum": [
        "pass",
        "warning",
        "fail"
      ]
    },
    "message": {
      "type": "string",
      "description": "Will be returned for all statuses."
    }
  }
}