MediaMath · Schema

strategy_targeting_request_for_bulk

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
targeting object Important note: postal_codes and ip_addresses cannot be updated via bulk and will be ignored.
View JSON Schema on GitHub

JSON Schema

campaigns-strategy_targeting_request_for_bulk.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "strategy_targeting_request_for_bulk",
  "type": "object",
  "properties": {
    "targeting": {
      "description": "Important note: postal_codes and ip_addresses cannot be updated via bulk and will be ignored.",
      "allOf": [
        {
          "$ref": "#/components/schemas/strategy_targeting"
        },
        {
          "properties": {
            "language_codes": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "recency": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/targeting_recency_element_request"
              }
            }
          }
        }
      ]
    }
  }
}