YoutubeCommentsApiCommentEnforcementStatus

YouTube CommentsInfrastructure

GoogleApi.ContentWarehouse.V1.Model.YoutubeCommentsApiCommentEnforcementStatus

2
out of 10
Low
SEO Impact
Derived fields that encapsulate the possible enforcement states of a Comment. Used to influence the viewer experience. NextID: 11 ----- CommentDemotedRestriction Summary ----- Demoted Restriction hides live chat messages from being shown in Top Chat.

SEO Analysis

AI Generated

Related to video content processing and YouTube integration. Video content appears in universal search results, video carousels, and YouTube search. This model processes video signals that determine how video content is ranked and displayed in both web search and YouTube search results.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

10
Sort:|Filter:
demotedRestrictionSeveritystring
Default: nilFull type: String.t

Output only. The severity of the active demotion. At most one CommentDemotedRestriction can be active at any time. Only supported for Comments with an associated ChatEvent.

exemptFromHoldboolean(
Default: nil

Output only. True if the comment is auto-approved by creator-defined roles and is not subject to automod hold.

heldboolean(
Default: nil

Output only. True if the comment is held and going to be reviewed by channel owner or moderators. The issuers that can hold entity comments are: 1) TNS 2) AUTOMOD, 3) CHANNEL_SETTINGS, 4) CHANNEL_MODERATOR, 5)GLOBAL, 6) ISSUER_UNSPECIFIED. The issuers that can hold live chat are // 1) AUTOMOD, 2) GLOBAL, 3) ISSUER_UNSPECIFIED. Issuer definitions: https://source.corp.google.com/piper///depot/google3/video/youtube/comments/api/proto/comment_restriction_issuer.proto;rcl=586954033;l=15 This is used to infer the SBE moderation_state for entity comment and live chat.

heldForCreatorReviewStatusstring
Default: nilFull type: String.t

Output only. The moderation state of comments that have been held. Currently only effective for live chat because we can not tell the rejected creator review status for entity comments from current data model.

moderatedboolean(
Default: nil

Output only. True if the comment is moderated and not overridden by creator reviews.

moderatedByBlockedWordsboolean(
Default: nil

Output only. True if the comment is moderated due to any of the creator-defined blocked words.

moderatedByChatRemovalboolean(
Default: nil

Output only. Live Chat only. True only if the live chat message is directly moderated by a privileged user from Live Chat chat room. go/ytfexit-live-chat-moderation#remove-chat-messages

moderatedByTnsboolean(
Default: nil

Output only. True if the comment is moderated by TnS. Maps to SBE Spam http://google3/video/youtube/comments/backstage/backend/lib/stream_v2/stream_item_reader.cc?l=597

rejectedboolean(
Default: nil

Output only. True if the comment is rejected or taken down by TNS.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.YoutubeCommentsApiCommentEnforcementStatusUserModerationDecision.t

Output only. The moderation decision on comments from privileged users. This field can be used to take place of held_for_creator_review_status for live chat, together with held_by_non_tns.