MediaMath · Schema

strategy_target_value_full

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics
View JSON Schema on GitHub

JSON Schema

campaigns-strategy_target_value_full.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "strategy_target_value_full",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer"
        },
        "strategy_target": {
          "$ref": "#/components/schemas/strategy_target_full"
        },
        "target_value": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/target_value_full"
          }
        }
      }
    }
  ]
}