Youtube · Example Payload

Youtube Youtubeanalyticsgroupsinsert Example

GoogleMediaSocialStreamingVideoVideos

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "youtubeAnalytics.groups.insert",
  "method": "POST",
  "path": "/groups",
  "summary": "Youtube Create a Group",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "YoutubeanalyticsGroupsInsertRequestExample",
      "example": {
        "kind": "youtube#video",
        "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
        "id": "abc123def456",
        "snippet": {
          "publishedAt": "2026-01-15T10:30:00Z",
          "title": "Example Title"
        },
        "contentDetails": {
          "itemCount": 42,
          "itemType": "youtube#channel"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "YoutubeanalyticsGroupsInsert200Example",
      "example": {
        "kind": "youtube#video",
        "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
        "id": "abc123def456",
        "snippet": {
          "publishedAt": "2026-01-15T10:30:00Z",
          "title": "Example Title"
        },
        "contentDetails": {
          "itemCount": 42,
          "itemType": "youtube#channel"
        }
      }
    }
  ]
}