MediaMath · Schema

strategy_group_full_extended

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

JSON Schema

campaigns-strategy_group_full_extended.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "strategy_group_full_extended",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "count": {
          "type": "integer"
        },
        "strategy_ids": {
          "type": "array",
          "items": {
            "type": "integer",
            "format": "int32"
          }
        },
        "name": {
          "type": "string"
        }
      }
    }
  ]
}