UploadPageFeedItem
Upload process of video files can be operated.
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 UploadPageFeedItem are AccountId, UploadType, FeedId and FileLocation.
For example:
Execute UploadPageFeedItem AccountId = '123436', UploadType = 'NEW', FeedId = '1356335', FileLocation = 'C:\UploadOfflineConversion.txt'
Input
| Name | Type | Accepts Input Streams | Description |
| AccountId | Int64 | False | Account ID. |
| UploadType | String | False | Displays kind of upload method.
使用できる値は次のとおりです。NEW_OR_REPLACE, MODIFY |
| FeedID | Int64 | False | Feed ID. |
| FileLocation | String | False | File to upload. |
| Content | String | True | The content as InputStream to be uploading when LocalFilePath is not specified. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |