Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.8 KB

CampaignCriterion.md

File metadata and controls

11 lines (8 loc) · 1.8 KB

# CampaignCriterion

Properties

Name Type Description Notes
autoSelectFutureInventory bool A field used to indicate whether listings shall be automatically added to, or removed from, a Promoted Listings campaign based on the rules that have been configured for the campaign.<br /><br />If set to <code>true</code>, eBay adds all listings matching the campaign criterion to the campaign, including any new listings created from the items in a seller's inventory.<br /><br /><b>Default:</b> <code>false</code> [optional]
criterionType string This enum defines the criterion (selection rule) types. Currently, the only criterion type supported is <code>INVENTORY_PARTITION</code>, and you must specify this value if you manage your items with the Inventory API and you want to include items based on their inventory reference IDs. <br><br>Do not include this field if you manage your listings with Trading API/legacy model. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/marketing/types/pls:CriterionTypeEnum&#39;&gt;eBay API documentation</a> [optional]
selectionRules \macropage\SDKs\ebay\rest\marketing\Model\SelectionRule[] This container shows all of the rules/inclusion filters used to add listings to the campaign. For information on using the contained fields, see <a href= &quot;/api-docs/sell/static/marketing/using-the-selectionrules-container.html#Campaign &quot;>Promoted Listing campaigns</a>. [optional]

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