Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.85 KB

AdResponse.md

File metadata and controls

14 lines (11 loc) · 1.85 KB

# AdResponse

Properties

Name Type Description Notes
adGroupId string A unique eBay-assigned ID for an ad group in a Promoted Listings Advanced (PLA) campaign that uses the Cost Per Click (CPC) funding model.<span class=&quot;tablenote&quot;><b>Note:</b> This field will always be returned for campaigns that use the CPC funding model. It will not be returned for campaigns that use the Cost Per Sale (CPS) funding model.</span> [optional]
adId string A unique eBay-assigned ID for an ad. This ID is generated when an ad is created.<span class=&quot;tablenote&quot;><b>Note:</b>This field is only returned when an ad is successfully created for the corresponding listing.</span> [optional]
errors \macropage\SDKs\ebay\rest\marketing\Model\Error[] An array of errors associated with the request. [optional]
href string The getAd URI that points to the ad.<span class=&quot;tablenote&quot;><b>Note:</b>This field is only returned when an ad is successfully created for the corresponding listing.</span> [optional]
listingId string A unique eBay-assigned ID for a listing that is generated when the listing is created. [optional]
statusCode int An HTTP status code indicating if the corresponding ad was successfully created or not. <code>200 Successful</code> should be returned for successfully created ads.<span class=&quot;tablenote&quot;><b>Note:</b>A status code is returned for each ad that the seller creates, or attempts to create.</span> [optional]

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