Copy Existing IO

POST {{campaign_url}}/insertionOrders/:id?copy=self

Copy an existing insertion order (IO)

You can make a copy of an existing IO by sending this POST request.

All of the original IO's settings—except status—will carry over to the new copy. The default status of the copied IO is set to pause.

Request Params

KeyDatatypeRequiredDescription
copystringDefines depth of the copy.

Allowed values: self (copies only the IO), lineItems (copies the IO & all child packages/LIs), ads (copies the IO, child packages/LIs & associated ads) |

RESPONSES

status: OK

{"data":[{"id":"1608768392","resourceType":"insertionOrder"}],"errors":[]}