AdsApp.VideoMobileAppCategoryBuilder
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
The VideoMobileAppCategoryBuilder is used to create VideoMobileAppCategory objects.
You can build either a standard or excluded video mobile application category using the build() or exclude() methods respectively.
The withMobileAppCategoryId() method is required to set the ID of the mobile application category.
Builder for
VideoMobileAppCategory objects.
Example usage:
var videoMobileAppCategoryBuilder = videoAdGroup
. videoTargeting ()
. newMobileAppCategoryBuilder ();
var videoMobileAppCategoryOperation = videoMobileAppCategoryBuilder
. withMobileAppCategoryId ( 60003 ) // required
. build (); // create the mobile application categories
Methods:
build()
Builds the video mobile application category. Returns a
VideoMobileAppCategoryOperation that corresponds to the creation of the
VideoMobileAppCategory .
Return values:
exclude()
Builds the excluded video mobile application category. Returns an
ExcludedVideoMobileAppCategoryOperation that corresponds to the creation of the
ExcludedVideoMobileAppCategory .
Return values:
withMobileAppCategoryId(categoryId)
Sets the ID of the mobile application category. This field is required.
More details about mobile application category ID can be found on our
Mobile
App Categories page.
Arguments:
Name Type Description
categoryId
String
The ID of the mobile application category.
Return values:
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 2026-09-10 UTC.
[null,null,["Last updated 2026-09-10 UTC."],[],[]]