Copy Existing LI

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

Copy an existing line item

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

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

Request Params

KeyDatatypeRequiredDescription
copystringDefines depth of the copy.

Allowed values: self (copies only the LI), ads (copies the LI & its associated ads) |

RESPONSES

status: OK

{"data":[{"id":"1608801350","resourceType":"lineItem"}],"errors":[]}