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