AdsApp.​ExcludedVideoMobileAppCategory

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

Methods:

MemberTypeDescription
getEntityTypeStringReturns the type of this entity as a String, in this case, "ExcludedVideoMobileAppCategory".
getIdStringReturns the ID of the excluded video mobile application category.
getMobileAppCategoryIdStringReturns the ID of the excluded mobile application category.
getResourceNameStringReturns the resource name of the excluded video mobile application category.
getVideoAdGroupAdsApp.VideoAdGroupReturns 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.
getVideoCampaignAdsApp.VideoCampaignReturns the campaign to which this excluded video mobile application category belongs.
removevoidRemoves the excluded video mobile application category.

getEntityType()

Returns the type of this entity as a String, in this case, "ExcludedVideoMobileAppCategory".

Return values:

TypeDescription
StringType of this entity: "ExcludedVideoMobileAppCategory".

getId()

Returns the ID of the excluded video mobile application category.

Return values:

TypeDescription
StringThe 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
StringThe ID of the excluded mobile application category.

getResourceName()

Returns the resource name of the excluded video mobile application category.

Return values:

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

TypeDescription
AdsApp.VideoAdGroupThe 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:

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

remove()

Removes the excluded video mobile application category.

Returns nothing.