MediaMath · Schema

settings_organization_update

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
settings array
View JSON Schema on GitHub

JSON Schema

campaigns-settings_organization_update.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "settings_organization_update",
  "type": "object",
  "properties": {
    "settings": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "example": "attribute3"
          },
          "value": {
            "type": "string",
            "example": "value3",
            "nullable": true,
            "description": "Setting with `value = null` will be removed."
          }
        }
      }
    }
  }
}