MediaMath · Schema

search_result

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
id integer
entity_type string
name string
View JSON Schema on GitHub

JSON Schema

campaigns-search_result.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "search_result",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "entity_type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}