Existing IO
GET {{campaign_url}}/insertionOrders/:insertionOrderId
Retrieve a single IO
You can retrieve an existing IO in your market by sending this GET
request.
To retrieve the insertionOrderId
, you must first send one of the following:
-
POST
New IO request -
POST
Copy Existing IO request -
GET
List of IOs request
POST
New IO will automatically populate the insertionOrderId
variable with the ID of your newly created IO.
POST
Copy Existing IO will return the ID of your copied IO, which you can then manually copy and paste into the value cell for insertionOrderId
.
GET
List of IOs will return a list of IO objects—within your market—containing IDs that you can copy and paste into the value cell for insertionOrderId
.
RESPONSES
status: OK
{"data":[{"id":"1608792488","marketId":"1","resourceType":"insertionOrder","status":"stopStartDate","name":"irene test IO","managerAccountId":"0123456","frequencyType":"household","impressionFrequency":{"personOrDeviceFrequencyCapDetails":{"cap":1,"period":1,"periodUnits":"days"},"householdFrequencyCapDetails":{"cap":3,"period":1,"periodUnits":"days"}},"cpaGoalAmount":5,"attributionService":"visualIqMta","budget":{"schedules":[{"startDate":"2022-09-27T13:41:30Z","endDate":"2022-10-27T13:41:30Z","budget":100,"impressionCap":10}]},"creativeRotationEvent":"clicks","advertiserId":"1608792487","createdAt":"2022-09-01T05:51:34Z","updatedAt":"2022-09-01T05:51:34Z","currency":"usd","customPackageMode":"threeLevel","pacingBasis":"impression"}],"errors":[]}