Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.72 KB

CreateAdRequest.md

File metadata and controls

11 lines (8 loc) · 2.72 KB

# CreateAdRequest

Properties

Name Type Description Notes
adGroupId string A unique eBay-assigned identifier for an ad group in a campaign that uses the Cost Per Click (CPC) funding model.<br><br>Use the <a href=&quot;/api-docs/sell/marketing/resources/adgroup/methods/getAdGroups&quot;>getAdGroups</a> method to retrieve the ad group IDs for a seller.<br><br><span class=&quot;tablenote&quot;><b>Note:</b> This field is required for manual targeting campaign using the Cost Per Click (CPC) funding model.</span> [optional]
bidPercentage string The user-defined <b>bid percentage</b> (also known as the <i>ad rate</i>) sets the level that eBay increases the visibility in search results for the associated listing. The higher the <b>bidPercentage</b> value, the more eBay promotes the listing.<br><br><i>Required if</i> the campaign's funding model is Cost Per Sale (CPS). <br><br>The value specified here is also used to calculate the Promoted Listings fee. This percentage value is multiplied by the final sales price to determine the fee. <br><br>The Promoted Listings fee is determined at the time the transaction completes and the seller is assessed the fee only when an item sells through a Promoted Listings ad campaign. <br><br>The <b>bidPercentage</b> is a single precision value that is guided by the following rules: <ul><li>These values are <b>valid</b>:<br>&nbsp;&nbsp;&nbsp;<code>4.1</code>,&nbsp;&nbsp;&nbsp;<code>5.0</code>, &nbsp;&nbsp;&nbsp;<code>5.5</code>, ...</li> <li>These values are <b>not valid</b>:<br /> &nbsp;&nbsp;&nbsp;<code>0.01</code>, &nbsp;&nbsp;&nbsp;<code>10.75</code>, &nbsp;&nbsp;&nbsp;<code>99.99</code>,<br /> &nbsp;&nbsp;&nbsp;and so on.</li></ul><br />If a bid percentage is not provided for an ad, eBay uses the default bid percentage of the associated campaign.<br><br><span class=&quot;tablenote&quot;><b>Note:</b> This field has a minimum value of <code>2.0</code> and a maximum value of <code>100.0</code>.</span> [optional]
listingId string A unique identifier of an eBay listing. [optional]

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