MediaMath · Schema

new_strategy_group_strategy_embed

Minimal strategy shape used as the embed value for ?with=strategies.

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
id integer
entity_type string
name string
View JSON Schema on GitHub

JSON Schema

campaigns-new_strategy_group_strategy_embed.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "new_strategy_group_strategy_embed",
  "type": "object",
  "description": "Minimal strategy shape used as the embed value for ?with=strategies.",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int32"
    },
    "entity_type": {
      "type": "string",
      "example": "strategy"
    },
    "name": {
      "type": "string"
    }
  }
}