This type defines the fields needed for a clone-campaign request.
Types that use CloneCampaignRequest
Not used by any types.
Call that uses CloneCampaignRequest
Fields
campaignName
A seller-defined name for the newly-cloned campaign. This value must be unique for the seller.
You can use any alphanumeric characters in the name, except the less than (<) or greater than (>) characters.
Max length: 80 charactersendDate
The date and time the campaign ends, in UTC format (
yyyy-MM-ddThh:mm:ssZ
). If this field is omitted, the campaign will have no defined end date, and will not end until the seller makes a decision to end the campaign with an endCampaign call, or if they update the campaign at a later time with an end date.fundingStrategy
This container is used to set the funding model and default bid percentage for the campaign to be cloned.
startDate
The date and time the cloned campaign starts, in UTC format (
yyyy-MM-ddThh:mm:ssZ
). For display purposes, convert this time into the local time of the seller. On the date specified, the service derives the keywords for each listing in the campaign, creates an ad for each listing, and associates each new ad with the campaign. The campaign starts after this process is completed. The amount of time it takes the service to start the campaign depends on the number of listings in the campaign. Call getCampaign to check the status of the campaign.