MediaMath · Schema

strategy_plan_details

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
name string
feature_compatibility string
device_graph_only boolean
View JSON Schema on GitHub

JSON Schema

campaigns-strategy_plan_details.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "strategy_plan_details",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "maxLength": 128
    },
    "feature_compatibility": {
      "type": "string",
      "maxLength": 1024
    },
    "device_graph_only": {
      "type": "boolean"
    }
  }
}