Mixpanel
Connect to Mixpanel to query product analytics events, insights, funnels, retention, and cohorts.
mixpanelv1.0.08 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| Basic Auth | basic | available | — |
调用示例
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: "MIXPANEL_LIST_COHORTS", 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("MIXPANEL_LIST_COHORTS", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute MIXPANEL_LIST_COHORTS --data '{ }'Tool 目录
可用 Tools
8 个可调用操作
List cohortsMIXPANEL_LIST_COHORTSLists Mixpanel cohorts for a project.需要连接
Lists Mixpanel cohorts for a project.
认证
需要 Connected AccountTags
Cohorts
List saved funnelsMIXPANEL_LIST_SAVED_FUNNELSLists saved Mixpanel funnel reports for a project.需要连接
Lists saved Mixpanel funnel reports for a project.
认证
需要 Connected AccountTags
Funnels
List top event propertiesMIXPANEL_LIST_TOP_EVENT_PROPERTIESLists top properties for a Mixpanel event.需要连接
Lists top properties for a Mixpanel event.
认证
需要 Connected AccountTags
Events
List top eventsMIXPANEL_LIST_TOP_EVENTSLists top events for a Mixpanel project.需要连接
Lists top events for a Mixpanel project.
认证
需要 Connected AccountTags
Events
Query event countsMIXPANEL_QUERY_EVENT_COUNTSQueries Mixpanel event counts over a date range.需要连接
Queries Mixpanel event counts over a date range.
认证
需要 Connected AccountTags
Events
Query a funnel reportMIXPANEL_QUERY_FUNNEL_REPORTRuns a saved Mixpanel funnel report.需要连接
Runs a saved Mixpanel funnel report.
认证
需要 Connected AccountTags
Funnels
Query a saved Insights reportMIXPANEL_QUERY_INSIGHTS_REPORTRuns a saved Mixpanel Insights report. Requires a Mixpanel project ID and the saved report identifier.需要连接
Runs a saved Mixpanel Insights report. Requires a Mixpanel project ID and the saved report identifier.
认证
需要 Connected AccountTags
Reports
Query retentionMIXPANEL_QUERY_RETENTION_REPORTQueries Mixpanel retention for a born event and return event.需要连接
Queries Mixpanel retention for a born event and return event.
认证
需要 Connected AccountTags
Retention