contentCategory property

String? contentCategory
getter/setter pair

The kind of content on which the YouTube and Partners ads will be shown. Possible string values are:

  • "YOUTUBE_AND_PARTNERS_CONTENT_CATEGORY_UNSPECIFIED" : Content category is not specified or is unknown in this version.
  • "YOUTUBE_AND_PARTNERS_CONTENT_CATEGORY_STANDARD" : A category consisting of a wide range of content appropriate for most brands. The content is based off of YouTube's [advertiser-friendly content guidelines](https://support.google.com/youtube/answer/6162278).
  • "YOUTUBE_AND_PARTNERS_CONTENT_CATEGORY_EXPANDED" : A category including all content across YouTube and video partners that meets standards for monetization.
  • "YOUTUBE_AND_PARTNERS_CONTENT_CATEGORY_LIMITED" : A category consisting of a reduced range of content that meets heightened requirements, especially regarding inappropriate language and sexual suggestiveness.

Implementation

core.String? contentCategory;