MediaMath · Schema

target_dimension_exclude

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
code string valid location codes - DMAX, REGN, USZC | valid technology codes - BSER, CSPD, DVCE, ISPX, OSXX, INVT, DVMD | valid contextual codes - SFTY
operator string
target_value_ids array
View JSON Schema on GitHub

JSON Schema

campaigns-target_dimension_exclude.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "target_dimension_exclude",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "valid location codes - DMAX, REGN, USZC | valid technology codes -  BSER, CSPD, DVCE, ISPX, OSXX, INVT, DVMD | valid contextual codes -  SFTY"
    },
    "operator": {
      "type": "string",
      "enum": [
        "AND",
        "OR"
      ]
    },
    "target_value_ids": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "int32",
        "example": 3
      }
    }
  },
  "required": [
    "target_value_ids"
  ]
}