Open Connector
所有 Tools

YouTube Analytics

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

google-youtube-analyticsv1.0.08 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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 目录

可用 Tools

8 个可调用操作

YoutubeAnalytics GroupItems DeleteGOOGLE_YOUTUBE_ANALYTICS_GROUP_ITEMS_DELETERemoves an item from a group.

Removes an item from a group.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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