CampaignCopy
< Return to Method List
integer
CampaignCopy(integer
$id [,
string $name])
Create a copy of an existing campaign.
Parameters
| integer id | The campaign id to copy. |
|---|---|
| string name | OPTIONAL. The name to give the new campaign. If not supplied we'll use the name already assigned to the campaign. |
Return Value
| integer | Returns the id for the newly created campaign or an error structure. |
|---|