OBJECT
YoutubeUgcClaimsReport
Information about Youtube UGC Claims report, One of the report source for ugc_claims_report_cursor on media
link GraphQL Schema definition
- type YoutubeUgcClaimsReport {
- # Channel Title for the Video
- : String!
- # Claim ID that is registered for a media from youtube
- : String!
- # Values can be among : Audio | Audiovisual | Composition | Visual
- : String!
- # Date when this claim is created
- : DateTime!
- # Date a claim occurred on
- : DateTime
- # Estimated Claimed Views for a claim report
- : Int
- # Estimated total claimed views for a video from YouTube
- : Int! @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Estimated total claims by vydia for a video from YouTube
- : Int! @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Custom ID for Youtube UGC Claims Report : MediaID_ClaimID
- : ID!
- : String @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # total views for a video
- : Int! @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Video ID from Youtube
- : String!
- # Title for the Video from Youtube
- : String!
- }