DisplayAdsUploadFeedData
Executes upload item list.
Stored Procedure Specific Information
Yahoo! Ads allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. The required columns in DisplayAdsUploadFeedData are AccountId, FeedId, UploadType, IsDebug and FileLocation.
For example:
EXECUTE DisplayAdsUploadFeedData AccountId = '897653', FeedId = '25334', UploadType = 'UPDATE_PART', IsDebug = 'True', FileLocation = 'C:/UploadFeedData.txt'
Input
| Name | Type | Description |
| AccountId | String | Account ID. |
| FeedId | String | Feed ID. |
| UploadType | String | Displays upload type of item list.
使用できる値は次のとおりです。UPDATE_PART, UPDATE_ALL, UNKNOWN |
| IsDebug | String | True means to run in debug mode. |
| FileName | String | Name of the file to be uploaded. |
| FileLocation | String | Location of the file to upload. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |