Digital usages denote song usage in a piece of content on a particular digital platform. At the moment, digital usages are pertinent only for preventing monetization claims on YouTube videos that make use of our songs.

Attributes

AttributeTypeDescription
youtube_codestringThe unique code that must be placed in a YouTube video's description at time of upload to prevent monetization claims.

Example

{
  "id": "1",
  "type": "digital_usages",
  "attributes": {
    "youtube_code": "somerandomstring"
  }
}