MediaMath · Example Payload

Reporting Post Reach Frequency Response 200

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Reporting Post Reach Frequency Response 200 is an example object payload from MediaMath, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metaresults

Example Payload

Raw ↑
{
  "meta": {
    "items_count": 3,
    "page_index": 0,
    "status": "OK",
    "total_items_count": 3,
    "total_pages": 1
  },
  "results": [
    {
      "agg_timestamp": "2023-07-27T12:00:00Z",
      "campaign_id": 1,
      "impressions": 93283
    },
    {
      "agg_timestamp": "2023-07-27T12:00:00Z",
      "campaign_id": 2,
      "impressions": 474
    },
    {
      "agg_timestamp": "2023-07-27T12:00:00Z",
      "campaign_id": 3,
      "impressions": 45775
    }
  ]
}