This is the legacy documentation for Google Ads scripts. Go to the current docs.

AdsApp.​ExcludedVideoMobileAppCategory

Represents a Google Ads excluded Mobile App Category in a Video Campaign.

Methods:

MemberTypeDescription
getEntityType String Returns the type of this entity as a String, in this case, "ExcludedVideoMobileAppCategory".
getId long Returns the ID of the excluded video mobile application category.
getMobileAppCategoryId long Returns the ID of the excluded mobile application category.
getVideoAdGroup AdsApp.VideoAdGroup Returns the ad group to which this excluded video mobile application category belongs.
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:

TypeDescription
String Type of this entity: "ExcludedVideoMobileAppCategory".

getId()

Returns the ID of the excluded video mobile application category.

Return values:

TypeDescription
long 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:

TypeDescription
long The ID of the excluded mobile application category.

getVideoAdGroup()

Returns the ad group to which this excluded video mobile application category belongs.

Return values:

TypeDescription
AdsApp.VideoAdGroup The ad group to which this excluded video mobile application category belongs.

getVideoCampaign()

Returns the campaign to which this excluded video mobile application category belongs.

Return values:

TypeDescription
AdsApp.VideoCampaign The campaign to which this excluded video mobile application category belongs.

remove()

Removes the excluded video mobile application category.

Returns nothing.