Represents a Google Ads excluded YouTube Channel in a Video Campaign.
Methods:
getChannelId()
Returns the YouTube channel ID.
Return values:
Type | Description |
String |
The YouTube channel ID. |
getEntityType()
Returns the type of this entity as a
String
, in this case,
"ExcludedVideoYouTubeChannel"
.
Return values:
Type | Description |
String |
Type of this entity: "ExcludedVideoYouTubeChannel" . |
getId()
Returns the ID of the excluded video YouTube channel.
Return values:
Type | Description |
long |
The ID of the excluded video YouTube channel. |
getVideoAdGroup()
Returns the ad group to which this excluded video YouTube channel belongs.
Return values:
Type | Description |
AdsApp.VideoAdGroup |
The ad group to which this excluded video YouTube channel belongs. |
getVideoCampaign()
Returns the campaign to which this excluded video YouTube channel belongs.
Return values:
Type | Description |
AdsApp.VideoCampaign |
The campaign to which this excluded video YouTube channel belongs. |
remove()
Removes the excluded video YouTube channel.
Returns nothing.