AdsApp.ExcludedVideoMobileAppCategory
Stay organized with collections
Save and categorize content based on your preferences.
Represents a Google Ads excluded Mobile App Category in a Video Campaign.
Methods:
Member | Type | Description |
getEntityType |
String |
Returns the type of this entity as a String , in this case,
"ExcludedVideoMobileAppCategory" . |
getId |
String |
Returns the ID of the excluded video mobile application category. |
getMobileAppCategoryId |
String |
Returns the ID of the excluded mobile application category. |
getResourceName |
String |
Returns the resource name of the excluded video mobile application category. |
getVideoAdGroup |
AdsApp.VideoAdGroup |
Returns the ad group to which this excluded video mobile application category belongs, or
null if the
excluded video mobile application category is excluded at the campaign level. |
getVideoCampaign |
AdsApp.VideoCampaign |
Returns the campaign to which this excluded video mobile application category belongs. |
remove |
void |
Removes the excluded video mobile application category. |
getEntityType()
Returns the type of this entity as a
String
, in this case,
"ExcludedVideoMobileAppCategory"
.
Return values:
Type | Description |
String |
Type of this entity: "ExcludedVideoMobileAppCategory" . |
getId()
Returns the ID of the excluded video mobile application category.
Return values:
Type | Description |
String |
The ID of the excluded video mobile application category. |
getMobileAppCategoryId()
Returns the ID of the excluded mobile application category. More details
can be found on our
Mobile
App Categories page.
Return values:
Type | Description |
String |
The ID of the excluded mobile application category. |
getResourceName()
Returns the resource name of the excluded video mobile application category.
Return values:
Type | Description |
String |
The resource name of the excluded video mobile application category. |
getVideoAdGroup()
Returns the ad group to which this excluded video mobile application category belongs, or
null
if the
excluded video mobile application category is excluded at the campaign level.
Return values:
Type | Description |
AdsApp.VideoAdGroup |
The ad group to which this excluded video mobile application category belongs or
null . |
getVideoCampaign()
Returns the campaign to which this excluded video mobile application category belongs.
Return values:
Type | Description |
AdsApp.VideoCampaign |
The campaign to which this excluded video mobile application category belongs. |
remove()
Removes the excluded video mobile application category.
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-01-28 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-01-28 UTC."],[[["Represents an excluded mobile app category within Google Ads Video campaigns, allowing advertisers to refine targeting."],["Provides methods to access and manage the excluded category, including retrieving its ID, resource name, and associated campaign/ad group."],["Enables advertisers to identify the specific mobile app category being excluded using the `getMobileAppCategoryId()` method and referencing Google's category documentation."],["Offers the functionality to remove the exclusion using the `remove()` method, providing flexibility in campaign adjustments."]]],[]]