Groups: update
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
요청
HTTP 요청
PUT https://youtubeanalytics.googleapis.com/v2/groups
승인
이 요청에는 다음 범위 중 최소 하나를 사용하여 인증이 필요합니다. (인증 및 승인에 대해 자세히 알아보기)
범위 |
https://www.googleapis.com/auth/yt-analytics.readonly |
YouTube 콘텐츠에 관한 YouTube 분석 보고서 보기 이 범위를 사용하여 사용자 활동 측정항목(예: 조회수, 평가 횟수)을 조회할 수 있습니다. |
https://www.googleapis.com/auth/yt-analytics-monetary.readonly |
YouTube 콘텐츠에 관한 YouTube 분석 금전 보고서 보기 이 범위를 사용하면 사용자 활동 측정항목과 예상 수익, 광고 실적 측정항목에 액세스할 수 있습니다. |
https://www.googleapis.com/auth/youtube |
YouTube 계정을 관리합니다. YouTube Analytics API에서 채널 소유자는 이 범위를 사용하여 YouTube 분석 그룹과 그룹 항목을 관리합니다. |
https://www.googleapis.com/auth/youtubepartner |
YouTube에서 YouTube 저작물과 관련 콘텐츠를 보고 관리합니다. YouTube 분석 API에서 콘텐츠 소유자는 이 범위를 사용하여 YouTube 분석 그룹과 그룹 항목을 관리합니다. |
매개변수
아래 표에는 이 쿼리가 지원하는 매개변수가 나와 있습니다. 나열된 모든 매개변수는 쿼리 매개변수입니다.
매개변수 |
선택적 매개변수 |
onBehalfOfContentOwner |
string
이 매개변수는 적절하게 승인된 요청에서만 사용할 수 있습니다. 참고: 이 매개변수는 여러 YouTube 채널을 소유하고 관리하는 YouTube 콘텐츠 파트너 전용입니다.
onBehalfOfContentOwner 매개변수는 요청의 승인 사용자 인증 정보가 매개변수 값에 지정된 콘텐츠 소유자를 대신하는 YouTube 사용자를 식별함을 나타냅니다. 콘텐츠 소유자는 한 번 인증하면 개별 채널에 대한 인증 사용자 인증 정보를 제공하지 않고도 모든 동영상 및 채널 데이터에 액세스할 수 있습니다. 사용자가 인증하는 계정이 지정된 YouTube 콘텐츠 소유자에게 연결되어야 합니다. |
요청 본문
요청 본문에 그룹 리소스를 제공합니다.
이 리소스의 경우 다음 속성 값을 지정해야 합니다. 요청은 snippet.title
필드의 값을 업데이트합니다.
응답
이 메서드는 성공하면 응답 본문에 그룹 리소스를 반환합니다.
오류
API는 이 API 메서드에 고유한 오류 메시지를 정의하지 않습니다. 그러나 이 메서드는 여전히 오류 메시지 문서에 나열된 일반적인 API 오류를 반환할 수 있습니다.
사용해 보기
APIs Explorer를 사용하여 이 API를 호출하고 API 요청 및 응답을 확인합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-21(UTC)
[null,null,["최종 업데이트: 2025-08-21(UTC)"],[[["\u003cp\u003eThis API method updates the metadata of a YouTube Analytics group, specifically allowing modification of the group's title.\u003c/p\u003e\n"],["\u003cp\u003eTo use this API, you need to authorize with one of several scopes, including \u003ccode\u003eyt-analytics.readonly\u003c/code\u003e, \u003ccode\u003eyt-analytics-monetary.readonly\u003c/code\u003e, \u003ccode\u003eyoutube\u003c/code\u003e, or \u003ccode\u003eyoutubepartner\u003c/code\u003e, each providing different levels of access.\u003c/p\u003e\n"],["\u003cp\u003eThe API endpoint for updating a group's metadata is \u003ccode\u003ePUT https://youtubeanalytics.googleapis.com/v2/groups\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain a group resource with values specified for the \u003ccode\u003eid\u003c/code\u003e and \u003ccode\u003esnippet.title\u003c/code\u003e properties.\u003c/p\u003e\n"],["\u003cp\u003eContent owners managing multiple channels can use the \u003ccode\u003eonBehalfOfContentOwner\u003c/code\u003e parameter to authenticate once and access data across all their channels.\u003c/p\u003e\n"]]],["This API method updates a YouTube Analytics group's metadata, specifically the group's title. A PUT request is sent to `https://youtubeanalytics.googleapis.com/v2/groups`, requiring authorization via specific scopes for managing YouTube content and analytics. The request body must include a group resource with the `id` and the updated `snippet.title`. Content owners can use the `onBehalfOfContentOwner` parameter for channel management. Upon success, a group resource is returned.\n"],null,["# Groups: update\n\nModifies the metadata for a group. Currently, the only property that can be updated is the group's title. (Use the [groupItems.insert](/youtube/analytics/reference/groupItems/insert) and [groupItems.delete](/youtube/analytics/reference/groupItems/delete) to add and remove group items.)\n\nRequest\n-------\n\n### HTTP request\n\n```\nPUT https://youtubeanalytics.googleapis.com/v2/groups\n```\n\n### Authorization\n\nThis request requires authorization with at least one of the following scopes ([read more about authentication and authorization](/youtube/analytics/authentication)).\n\n| Scopes ||\n|----------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| https://www.googleapis.com/auth/yt-analytics.readonly | View YouTube Analytics reports for your YouTube content. This scope provides access to user activity metrics, like view counts and rating counts. |\n| https://www.googleapis.com/auth/yt-analytics-monetary.readonly | View YouTube Analytics monetary reports for your YouTube content. This scope provides access to user activity metrics and to estimated revenue and ad performance metrics. |\n| https://www.googleapis.com/auth/youtube | Manage your YouTube account. In the YouTube Analytics API, channel owners use this scope to manage YouTube Analytics groups and group items. |\n| https://www.googleapis.com/auth/youtubepartner | View and manage YouTube assets and associated content on YouTube. In the YouTube Analytics API, content owners use this scope to manage YouTube Analytics groups and group items. |\n\n### Parameters\n\nThe table below lists the parameters that this query supports. All of the parameters listed are query parameters.\n\n| Parameters ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| **Optional parameters** |||\n| `onBehalfOfContentOwner` | `string` This parameter can only be used in a properly [authorized request](/youtube/analytics/authentication). **Note:** This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The **onBehalfOfContentOwner** parameter indicates that the request's authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner. |\n\n### Request body\n\nProvide a [group resource](/youtube/analytics/reference/groups#resource) in the request body.\nFor that resource, you must specify a value for the following properties. Note that the request updates the `snippet.title` field's value.\n\n\u003cbr /\u003e\n\n- `id`\n- `snippet.title`\n\n\u003cbr /\u003e\n\nResponse\n--------\n\nIf successful, this method returns a [group resource](/youtube/analytics/reference/groups#resource) in the response body.\n\nErrors\n------\n\nThe API does not define any error messages that are unique to this API method. However, this method could still return general API errors listed in the [error message](/youtube/analytics/reference/errors#general) documentation.\n\nTry it!\n-------\n\nUse the APIs Explorer to call this API and see the API request and response."]]