Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.5 KB

CloneCampaignRequest.md

File metadata and controls

12 lines (9 loc) · 1.5 KB

# CloneCampaignRequest

Properties

Name Type Description Notes
campaign_name string 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 characters [optional]
end_date string The date and time the campaign ends, in UTC format (yyyy-MM-ddThh:mm:ssZ). If this field is blank (code>null), it indicates a campaign that has no end date. For display purposes, convert this time into the local time of the seller. [optional]
funding_strategy \Ebay\Sell\Marketing\Model\FundingStrategy [optional]
start_date string 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. [optional]

[Back to Model list] [Back to API list] [Back to README]