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
  • channel_title: String!
  • # Claim ID that is registered for a media from youtube
  • claim_id: String!
  • # Values can be among : Audio | Audiovisual | Composition | Visual
  • claim_type: String!
  • # Date when this claim is created
  • created_at: DateTime!
  • # Date a claim occurred on
  • date_claim_occurred: DateTime
  • # Estimated Claimed Views for a claim report
  • estimated_claimed_views: Int
  • # Estimated total claimed views for a video from YouTube
  • estimated_total_claimed_views_per_media_id: Int! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • # Estimated total claims by vydia for a video from YouTube
  • estimated_total_claims_by_vydia_per_media_id: Int! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • # Custom ID for Youtube UGC Claims Report : MediaID_ClaimID
  • id: ID!
  • pretty_created_at: String @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • # total views for a video
  • total_video_lifetime_views: Int! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • # Video ID from Youtube
  • video_id: String!
  • # Title for the Video from Youtube
  • video_title: String!
  • }