Copy Existing Package
POST {{campaign_url}}/packages/:id?copy=self
Copy an existing package
You can make a copy of an existing package by sending this POST
request.
All of the original package's settings—except status—will carry over to the new copy. The default status of the copied package is set to pause.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
copy | string | Defines depth of the copy. |
Allowed values: self (copies only the package), lineItems (copies the package & associated LIs), ads (copies the packages, associated LIs & ads) |
RESPONSES
status: OK
{"data":[{"id":"1608783681","resourceType":"package"}],"errors":[]}