YouTubeVideoUpload
Represents a video upload to YouTube using the Google Ads API.
Columns
| Name | Type | Behavior | Description |
| CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
| YouTubeVideoUploadChannelId | String | ATTRIBUTE | Immutable. The destination YouTube channel ID for the video upload. |
| YouTubeVideoUploadResourceName | String | ATTRIBUTE | Immutable. Resource name of the YouTube video upload. |
| YouTubeVideoUploadState | String | ATTRIBUTE | Output only. The current state of the YouTube video upload.
The allowed values are FAILED, PENDING, PROCESSED, REJECTED, UNAVAILABLE, UNKNOWN, UPLOADED. |
| YouTubeVideoUploadVideoId | String | ATTRIBUTE | Output only. The YouTube video ID of the uploaded video. |
| YouTubeVideoUploadVideoPrivacy | String | ATTRIBUTE | The privacy state of the video.
The allowed values are PUBLIC, UNKNOWN, UNLISTED. |
| YouTubeVideoUploadVideoUploadId | Long | ATTRIBUTE | Output only. The unique ID of the YouTube video upload. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.
| Name | Type | Description |
| ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |