MediaMath · Example Payload

Reporting Post Win Loss Request

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Reporting Post Win Loss Request is an example object payload from MediaMath, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fieldsfiltersorderpaginationrolluptime_window

Example Payload

Raw ↑
{
  "fields": [
    "campaign_id",
    "impressions"
  ],
  "filters": [
    {
      "field": "organization_id",
      "op": "=",
      "value": 123456
    },
    {
      "field": "agency_id",
      "value": [
        123456,
        789012
      ]
    },
    {
      "field": "advertiser_id",
      "value": 123456
    },
    {
      "field": "campaign_name",
      "op": "=~",
      "value": "Test Campaign"
    }
  ],
  "order": [
    {
      "desc": false,
      "field": "agg_timestamp",
      "nulls_last": true
    }
  ],
  "pagination": {
    "page_index": 0,
    "page_size": 100
  },
  "rollup": "by_hour",
  "time_window": "current_day"
}