AdsApp.ExcludedVideoKeyword
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
ExcludedVideoKeyword represents a Google Ads excluded Keyword in a Video Campaign.
You can retrieve the entity type, ID, resource name, and text of the excluded video keyword.
You can get the video ad group or video campaign to which the excluded video keyword belongs.
The excluded video keyword can be removed.
Represents a Google Ads excluded Keyword in a Video Campaign.
Methods:
Member Type Description
getEntityType()
String
Returns the type of this entity as a String, in this case,
"ExcludedVideoKeyword".
getId()
String
Returns the ID of the excluded video keyword.
getResourceName()
String
Returns the resource name of the excluded video keyword.
getText()
String
Returns the text of the excluded video keyword.
getVideoAdGroup()
AdsApp.VideoAdGroup
Returns the ad group to which this excluded video keyword belongs, or
null if the
excluded video keyword is excluded at the campaign level.
getVideoCampaign()
AdsApp.VideoCampaign
Returns the campaign to which this excluded video keyword belongs.
remove()
void
Removes the excluded video keyword.
getEntityType()
Returns the type of this entity as a
String, in this case,
"ExcludedVideoKeyword".
Return values:
Type Description
String
Type of this entity: "ExcludedVideoKeyword".
getId()
Returns the ID of the excluded video keyword.
Return values:
Type Description
String
The ID of the excluded video keyword.
getResourceName()
Returns the resource name of the excluded video keyword.
Return values:
Type Description
String
The resource name of the excluded video keyword.
getText()
Returns the text of the excluded video keyword.
Return values:
Type Description
String
The text of the excluded video keyword.
getVideoAdGroup()
Returns the ad group to which this excluded video keyword belongs, or
null if the
excluded video keyword is excluded at the campaign level.
Return values:
Type Description
AdsApp.VideoAdGroup
The ad group to which this excluded video keyword belongs or
null.
getVideoCampaign()
Returns the campaign to which this excluded video keyword belongs.
Return values:
remove()
Removes the excluded video keyword.
Returns nothing.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-16 UTC."],[],[]]