DisplayAdsUploadVideo
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 DisplayAdsUploadVideo are AccountId,VideoName,VideoTitle,UserStatus and FileLocation.
For example:
EXECUTE DisplayAdsUploadVideo AccountId = '8976', VideoName = 'DEMO', VideoTitle = 'Yahoosearchads', UserStatus = 'ACTIVE', FileLocation = 'c:/UploadVideo.mp4'
Input
Name | Type | Accepts Input Streams | Description |
AccountId | Int64 | False | Account ID. |
VideoName | String | False | Video file name. |
VideoTitle | String | False | Video name. |
UserStatus | String | False | Serves ad delivery status that can be set by an user.
使用できる値は次のとおりです。ACTIVE, PAUSED, UNKNOWN |
FileLocation | String | False | File to upload. |
FileName | String | False | Name of the file to be uploaded only when content is given. For example: test.csv |
Content | String | True | The content as InputStream to be uploading when FileLocation is not specified. |
Result Set Columns
Name | Type | Description |
Status | String | Execution status of the stored procedure |