MediaMath · Schema

targeting_ip_addresses

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
restriction string
codes array
View JSON Schema on GitHub

JSON Schema

campaigns-targeting_ip_addresses.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "targeting_ip_addresses",
  "type": "object",
  "properties": {
    "restriction": {
      "type": "string",
      "example": "INCLUDE",
      "enum": [
        "INCLUDE",
        "EXCLUDE",
        ""
      ]
    },
    "codes": {
      "writeOnly": true,
      "type": "array",
      "maxItems": 100000,
      "items": {
        "type": "string"
      }
    }
  }
}