MediaMath · Schema

new_strategy_group_collection

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
data array
meta object
View JSON Schema on GitHub

JSON Schema

campaigns-new_strategy_group_collection.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "new_strategy_group_collection",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/new_strategy_group_list_item"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/list_metadata"
    }
  }
}