MediaMath · Schema

domain_restriction

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
domain string
target_type string
View JSON Schema on GitHub

JSON Schema

campaigns-domain_restriction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "domain_restriction",
  "type": "object",
  "required": [
    "domain",
    "target_type"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "example": "www.mediamath.com"
    },
    "target_type": {
      "type": "string",
      "enum": [
        "DOMAIN",
        "APP"
      ]
    }
  }
}