effectiveContentCategory property

String? effectiveContentCategory
getter/setter pair

The content category which takes effect when serving the line item.

When content category is set in both line item and advertiser, the stricter one will take effect when serving the line item.

Output only. 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? effectiveContentCategory;