Open Connector
所有 Tools

YouTube Reporting

Manage YouTube Reporting jobs, report types, and generated reports for large-scale content analytics exports.

google-youtube-reportingv1.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_REPORTING_JOBS_CREATE",  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_REPORTING_JOBS_CREATE", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute GOOGLE_YOUTUBE_REPORTING_JOBS_CREATE --data '{ }'

Tool 目录

可用 Tools

8 个可调用操作

Youtubereporting Jobs CreateGOOGLE_YOUTUBE_REPORTING_JOBS_CREATECreates a job and returns it.

Creates a job and returns it.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonly

Tags

jobs
Youtubereporting Jobs DeleteGOOGLE_YOUTUBE_REPORTING_JOBS_DELETEDeletes a job.

Deletes a job.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonly

Tags

jobs
Youtubereporting Jobs GetGOOGLE_YOUTUBE_REPORTING_JOBS_GETGets a job.

Gets a job.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonly

Tags

jobs
Youtubereporting Jobs ListGOOGLE_YOUTUBE_REPORTING_JOBS_LISTLists jobs.

Lists jobs.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonly

Tags

jobs
Youtubereporting Jobs Reports GetGOOGLE_YOUTUBE_REPORTING_JOBS_REPORTS_GETGets the metadata of a specific report.

Gets the metadata of a specific report.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonly

Tags

jobs
Youtubereporting Jobs Reports ListGOOGLE_YOUTUBE_REPORTING_JOBS_REPORTS_LISTLists reports created by a specific job. Returns NOT_FOUND if the job does not exist.

Lists reports created by a specific job. Returns NOT_FOUND if the job does not exist.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonly

Tags

jobs
Youtubereporting Media DownloadGOOGLE_YOUTUBE_REPORTING_MEDIA_DOWNLOADMethod for media download. Download is supported on the URI `/v1/media/{+name}?alt=media`.

Method for media download. Download is supported on the URI `/v1/media/{+name}?alt=media`.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonly

Tags

media
Youtubereporting ReportTypes ListGOOGLE_YOUTUBE_REPORTING_REPORT_TYPES_LISTLists report types.

Lists report types.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonly

Tags

reporttypes