MediaMath · Schema

campaign_full_extended

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

JSON Schema

campaigns-campaign_full_extended.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "campaign_full_extended",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/campaign_full"
    },
    {
      "type": "object",
      "properties": {
        "inherited_mfa_avoidance": {
          "type": "string",
          "enum": [
            "INHERIT",
            "ALLOW_ALL",
            "EXCLUDE_MFA"
          ]
        },
        "inherited_mfa_from": {
          "type": "string",
          "enum": [
            "Organization",
            "Agency",
            "Advertiser",
            "Campaign"
          ]
        },
        "inherited_targeting_identity_level": {
          "type": "string",
          "enum": [
            "INDIVIDUAL",
            "HOUSEHOLD"
          ]
        }
      }
    }
  ]
}