MediaMath · Schema

contextual_segment_short

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
id integer
name string
full_path string
cpm number
user_cpm number
segment_objective_name string
uniques integer
View JSON Schema on GitHub

JSON Schema

campaigns-contextual_segment_short.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "contextual_segment_short",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int32",
      "example": 3
    },
    "name": {
      "type": "string"
    },
    "full_path": {
      "type": "string"
    },
    "cpm": {
      "type": "number",
      "format": "double"
    },
    "user_cpm": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "segment_objective_name": {
      "type": "string"
    },
    "uniques": {
      "type": "integer",
      "format": "int32",
      "example": 12345,
      "nullable": true
    }
  }
}