Skip to main content
GET
List media buy packages

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

mediaBuyId
string
required

Buyer media buy ID

Minimum string length: 1
Example:

"mb_ETBn4gJ9Wu"

Response

List media buy packages

A media buy's packages with the attributes needed to pick one, sized to be read in full by an agent.

mediaBuyId
string
required

The media buy these packages belong to.

Example:

"mb_ETBn4gJ9Wu"

isPaced
boolean
required

Whether this buy was split across pacing periods. When true, expect one package per product per period and use pacingPeriod to tell them apart.

packageCount
integer
required

How many packages this media buy has.

Required range: -9007199254740991 <= x <= 9007199254740991
packages
object[]
required

The packages on this media buy, ordered by product then pacing period so the order matches how the ids were assigned.