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: