MediaMath · Schema

permission_strategy

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics
View JSON Schema on GitHub

JSON Schema

campaigns-permission_strategy.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "permission_strategy",
  "allOf": [
    {
      "$ref": "#/components/schemas/permission_flags"
    },
    {
      "type": "object",
      "properties": {
        "strategy_id": {
          "type": "integer"
        }
      }
    }
  ]
}