MediaMath · Schema

strategy_contextual_segment

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
targeting_segment_id integer
user_cpm number user_cpm is stored in the currency of the campaign and will not fluctuate with daily exchange rates.
View JSON Schema on GitHub

JSON Schema

campaigns-strategy_contextual_segment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "strategy_contextual_segment",
  "type": "object",
  "properties": {
    "targeting_segment_id": {
      "type": "integer",
      "format": "int32",
      "example": 33
    },
    "user_cpm": {
      "type": "number",
      "format": "float",
      "nullable": true,
      "description": "user_cpm is stored in the currency of the campaign and will not fluctuate with daily exchange rates."
    }
  },
  "required": [
    "targeting_segment_id"
  ]
}