Builder for
VideoYouTubeChannel
objects.
Example usage:
var videoYouTubeChannelBuilder = videoAdGroup
.videoTargeting()
.newYouTubeChannelBuilder();
var videoYouTubeChannelOperation = videoYouTubeChannelBuilder
.withChannelId('UCqVDpXKLmKeBU_yyt_QkItQ') // required
.build(); // create the YouTube channel
Methods:
build()
Builds the video YouTube channel. Returns a
VideoYouTubeChannelOperation that corresponds to the creation of the
VideoYouTubeChannel.
Return values:
exclude()
Builds the excluded video YouTube channel. Returns an
ExcludedVideoYouTubeChannelOperation that corresponds to the creation of the
ExcludedVideoYouTubeChannel.
Return values:
withChannelId(channelId)
Sets the YouTube channel ID. This field is required.
Arguments:
Name | Type | Description |
channelId |
String |
The YouTube channel ID. |
Return values: