7digital · Example Payload

Streaming Platform Stream Log Batch Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Streaming Platform Stream Log Batch Example is an example object payload from 7digital, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

logs

Example Payload

Raw ↑
{
  "logs": [
    {
      "trackId": "123456",
      "userId": "500123",
      "clientId": "device-789012",
      "timestamp": "2026-05-28T14:30:45Z",
      "durationPlayed": 259,
      "country": "GB"
    },
    {
      "trackId": "123456",
      "userId": "500123",
      "clientId": "device-789012",
      "timestamp": "2026-05-28T14:30:45Z",
      "durationPlayed": 259,
      "country": "GB"
    }
  ]
}