Youtube · Example Payload

Youtube Analytics Group Example

GoogleMediaSocialStreamingVideoVideos

Youtube Analytics Group Example is an example object payload from Youtube, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

kindetagidsnippetcontentDetails

Example Payload

Raw ↑
{
  "kind": "youtube#video",
  "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
  "id": "abc123def456",
  "snippet": "example_value",
  "contentDetails": {
    "itemCount": 42,
    "itemType": "youtube#channel"
  }
}