MediaMath · Schema

targeting_postal_codes_response

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
restriction string
count integer
View JSON Schema on GitHub

JSON Schema

campaigns-targeting_postal_codes_response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "targeting_postal_codes_response",
  "type": "object",
  "properties": {
    "restriction": {
      "type": "string",
      "example": "INCLUDE"
    },
    "count": {
      "type": "integer",
      "example": 5
    }
  }
}