Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 3.32 KB

QuickSetupRequest.md

File metadata and controls

14 lines (11 loc) · 3.32 KB

# QuickSetupRequest

Properties

Name Type Description Notes
budget \macropage\SDKs\ebay\rest\marketing\Model\CampaignBudgetRequest [optional]
campaignName string The seller-defined name for the campaign. This value must be unique for the seller.<br><br> You can use any alphanumeric characters in the name, except for the less than (<code><</code>) and greater than (<code>></code>) characters.<br><br><b>Max Length</b>: 80 characters [optional]
endDate string The date and time the campaign is scheduled to end, in UTC format (<code>yyyy-MM-ddThh:mm:ss.sssZ</code>).<br><br>If this field is omitted, the campaign will have no defined end date, and will not end until the seller ends the campaign using the <a href= &quot;/api-docs/sell/marketing/resources/campaign/methods/endCampaign&quot;>endCampaign</a> method, or if they update the campaign to include an end date using the <a href= &quot;/api-docs/sell/marketing/resources/campaign/methods/updateCampaignIdentification&quot;>updateCampaignIdentification</a> method. This date must be further in the future than the <b>startDate</b>. [optional]
listingIds string[] This array includes the listing Ids of the items that are to be associated with the PLA campaign. eBay will create ad groups and keywords for these listings and add them to the campaign.<br><br> Each value must be delimited by a comma. A maximum of 1000 listing Ids can be added to a campaign created using the <b>setupQuickCampaign</b> method. [optional]
marketplaceId string The Id of the marketplace where the campaign is hosted. See the <a href= &quot;/api-docs/sell/marketing/types/ba:MarketplaceIdEnum&quot;>MarkeplaceIdEnum</a> type for more details. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/marketing/types/ba:MarketplaceIdEnum&#39;&gt;eBay API documentation</a> [optional]
startDate string The date and time the campaign is scheduled to start, in UTC format (<code>yyyy-MM-ddThh:mm:ss.sssZ</code>).<br><br> On the specified date, 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 once 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.<br><br><span class=&quot;tablenote&quot;><b>Note:</b> If the <b>startDate</b> has passed by the time the seller launches a campaign, the campaign will be updated to <code>RUNNING</code> status. If the seller launches a campaign before the <b>startDate</b>, the campaign will be updated to <code>SCHEDULED</code> status and will change to <code>RUNNING</code> status at the time of the specified <b>startDate</b>.</span> [optional]

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