MediaMath · Schema

new_strategy_group_update

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

JSON Schema

campaigns-new_strategy_group_update.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "new_strategy_group_update",
  "allOf": [
    {
      "$ref": "#/components/schemas/new_strategy_group_base"
    },
    {
      "type": "object",
      "properties": {
        "version": {
          "type": "integer",
          "format": "int32",
          "example": 0
        }
      }
    }
  ]
}