Name | Type | Description | Notes |
---|---|---|---|
campaign_criterion | \Ebay\Sell\Marketing\Model\CampaignCriterion | [optional] | |
campaign_id | string | A unique eBay-assigned ID for a campaign. This ID is generated when a campaign is created. | [optional] |
campaign_name | string | A seller-defined name for the 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] |
campaign_status | string | Indicates the status of the campaign, such as RUNNING, PAUSED, and ENDED. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/marketing/types/pls:CampaignStatusEnum'>eBay API documentation</a> | [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] | |
marketplace_id | string | The ID of the eBay marketplace where the campaign is hosted. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/marketing/types/ba:MarketplaceIdEnum'>eBay API documentation</a> | [optional] |
start_date | string | The date and time the 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] |