MediaMath · Schema

entity_group_list_item

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
id integer
name string
organization_count integer
agency_count integer
advertiser_count integer
ec_count integer
preview string
View JSON Schema on GitHub

JSON Schema

campaigns-entity_group_list_item.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "entity_group_list_item",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "organization_count": {
      "type": "integer"
    },
    "agency_count": {
      "type": "integer"
    },
    "advertiser_count": {
      "type": "integer"
    },
    "ec_count": {
      "type": "integer"
    },
    "preview": {
      "type": "string"
    }
  }
}