MediaMath · Schema

campaign_site_list

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
id integer
name string
version integer
status boolean
organization_id integer
created_on string
updated_on string
restriction string
filename string
campaign_id integer
assigned boolean
sites_count integer
sites_count_app integer
sites_count_domain integer
sites_count_primary_seller_id integer
View JSON Schema on GitHub

JSON Schema

campaigns-campaign_site_list.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "campaign_site_list",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "version": {
      "type": "integer"
    },
    "status": {
      "type": "boolean"
    },
    "organization_id": {
      "type": "integer"
    },
    "created_on": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "updated_on": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "restriction": {
      "type": "string"
    },
    "filename": {
      "type": "string"
    },
    "campaign_id": {
      "type": "integer"
    },
    "assigned": {
      "type": "boolean"
    },
    "sites_count": {
      "type": "integer"
    },
    "sites_count_app": {
      "type": "integer"
    },
    "sites_count_domain": {
      "type": "integer"
    },
    "sites_count_primary_seller_id": {
      "type": "integer"
    }
  }
}