Open Connector
All tools

YouTube Analytics

Query YouTube Analytics reports and manage analytics groups for channel and content performance workflows.

google-youtube-analyticsv1.0.08 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

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.

Removes an item from a group.

Authentication

Connected account required

Scopes

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.readonly

Tags

groupitems
YoutubeAnalytics GroupItems InsertGOOGLE_YOUTUBE_ANALYTICS_GROUP_ITEMS_INSERTCreates a group item.

Creates a group item.

Authentication

Connected account required

Scopes

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.readonly

Tags

groupitems
YoutubeAnalytics GroupItems ListGOOGLE_YOUTUBE_ANALYTICS_GROUP_ITEMS_LISTReturns a collection of group items that match the API request parameters.

Returns a collection of group items that match the API request parameters.

Authentication

Connected account required

Scopes

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.readonly

Tags

groupitems
YoutubeAnalytics Groups DeleteGOOGLE_YOUTUBE_ANALYTICS_GROUPS_DELETEDeletes a group.

Deletes a group.

Authentication

Connected account required

Scopes

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.readonly

Tags

groups
YoutubeAnalytics Groups InsertGOOGLE_YOUTUBE_ANALYTICS_GROUPS_INSERTCreates a group.

Creates a group.

Authentication

Connected account required

Scopes

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.readonly

Tags

groups
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.

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 required

Scopes

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.readonly

Tags

groups
YoutubeAnalytics Groups UpdateGOOGLE_YOUTUBE_ANALYTICS_GROUPS_UPDATEModifies a group. For example, you could change a group's title.

Modifies a group. For example, you could change a group's title.

Authentication

Connected account required

Scopes

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.readonly

Tags

groups
YoutubeAnalytics Reports QueryGOOGLE_YOUTUBE_ANALYTICS_REPORTS_QUERYRetrieve your YouTube Analytics reports.

Retrieve your YouTube Analytics reports.

Authentication

Connected account required

Scopes

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.readonly

Tags

reports