MediaMath · Schema

strategy_plan_target_full

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

JSON Schema

campaigns-strategy_plan_target_full.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "strategy_plan_target_full",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer"
        },
        "strategy_plan_id": {
          "type": "integer"
        },
        "target_dimension_id": {
          "type": "integer"
        },
        "exclude": {
          "type": "boolean",
          "default": false
        },
        "active": {
          "type": "boolean",
          "default": true
        },
        "target_op": {
          "type": "string",
          "enum": [
            "AND",
            "OR"
          ]
        }
      }
    }
  ]
}