Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.66 KB

UpdateCampaignIdentificationRequest.md

File metadata and controls

11 lines (8 loc) · 1.66 KB

# UpdateCampaignIdentificationRequest

Properties

Name Type Description Notes
campaign_name string The new seller-defined name for the campaign. This value must be unique for the seller. If you don't want to change the name of the campaign, specify the current campaign name in this field. 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 new 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]
start_date string The new start date for the campaign, in UTC format (yyyy-MM-ddThh:mm:ssZ). If the campaign is currently RUNNING or PAUSED, enter the current date in this field because you cannot submit past or future date for these campaigns. 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 getCampaigns to retrieve the campaign_id and the campaign status (RUNNING, PAUSED, ENDED, and so on) for all the seller's campaigns. [optional]

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