YouTube Analytics
Query YouTube Analytics reports and manage analytics groups for channel and content performance workflows.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_YOUTUBE_ANALYTICS_GROUP_ITEMS_DELETE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_YOUTUBE_ANALYTICS_GROUP_ITEMS_DELETE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_YOUTUBE_ANALYTICS_GROUP_ITEMS_DELETE --data '{ }'Tool catalog
Available tools
8 callable operations
YoutubeAnalytics GroupItems DeleteGOOGLE_YOUTUBE_ANALYTICS_GROUP_ITEMS_DELETERemoves an item from a group.Connection5 scopes
Removes an item from a group.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/youtubehttps://www.googleapis.com/auth/youtube.readonlyhttps://www.googleapis.com/auth/youtubepartnerhttps://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
YoutubeAnalytics GroupItems InsertGOOGLE_YOUTUBE_ANALYTICS_GROUP_ITEMS_INSERTCreates a group item.Connection5 scopes
Creates a group item.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/youtubehttps://www.googleapis.com/auth/youtube.readonlyhttps://www.googleapis.com/auth/youtubepartnerhttps://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
YoutubeAnalytics GroupItems ListGOOGLE_YOUTUBE_ANALYTICS_GROUP_ITEMS_LISTReturns a collection of group items that match the API request parameters.Connection5 scopes
Returns a collection of group items that match the API request parameters.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/youtubehttps://www.googleapis.com/auth/youtube.readonlyhttps://www.googleapis.com/auth/youtubepartnerhttps://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
YoutubeAnalytics Groups DeleteGOOGLE_YOUTUBE_ANALYTICS_GROUPS_DELETEDeletes a group.Connection5 scopes
Deletes a group.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/youtubehttps://www.googleapis.com/auth/youtube.readonlyhttps://www.googleapis.com/auth/youtubepartnerhttps://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
YoutubeAnalytics Groups InsertGOOGLE_YOUTUBE_ANALYTICS_GROUPS_INSERTCreates a group.Connection5 scopes
Creates a group.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/youtubehttps://www.googleapis.com/auth/youtube.readonlyhttps://www.googleapis.com/auth/youtubepartnerhttps://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
YoutubeAnalytics Groups ListGOOGLE_YOUTUBE_ANALYTICS_GROUPS_LISTReturns a collection of groups that match the API request parameters. For example, you can retrieve all groups that the authenticated user owns, or you can retrieve one or more groups by their unique IDs.Connection5 scopes
Returns a collection of groups that match the API request parameters. For example, you can retrieve all groups that the authenticated user owns, or you can retrieve one or more groups by their unique IDs.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/youtubehttps://www.googleapis.com/auth/youtube.readonlyhttps://www.googleapis.com/auth/youtubepartnerhttps://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
YoutubeAnalytics Groups UpdateGOOGLE_YOUTUBE_ANALYTICS_GROUPS_UPDATEModifies a group. For example, you could change a group's title.Connection5 scopes
Modifies a group. For example, you could change a group's title.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/youtubehttps://www.googleapis.com/auth/youtube.readonlyhttps://www.googleapis.com/auth/youtubepartnerhttps://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
YoutubeAnalytics Reports QueryGOOGLE_YOUTUBE_ANALYTICS_REPORTS_QUERYRetrieve your YouTube Analytics reports.Connection5 scopes
Retrieve your YouTube Analytics reports.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/youtubehttps://www.googleapis.com/auth/youtube.readonlyhttps://www.googleapis.com/auth/youtubepartnerhttps://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags