MediaMath · Schema

campaign_with

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
advertiser object available only if `with=advertiser`
agency object available only if `with=agency`
View JSON Schema on GitHub

JSON Schema

campaigns-campaign_with.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "campaign_with",
  "type": "object",
  "properties": {
    "advertiser": {
      "type": "object",
      "description": "available only if `with=advertiser`",
      "properties": {
        "id": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "agency": {
      "type": "object",
      "description": "available only if `with=agency`",
      "properties": {
        "id": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        }
      }
    }
  }
}