技能 google-analytics-automation
📊

google-analytics-automation

安全

自動化 Google Analytics 4 報告

手動擷取 GA4 報告非常耗時。此技能透過 Rube MCP 自動化 Google Analytics 報告,讓您能以簡單的指令執行標準報告、批次報告、樞紐分析表和漏斗分析。

支援: Claude Codex Code(CC)
📊 71 充足
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「google-analytics-automation」。 List all GA4 properties

預期結果:

  • Found 3 properties:
  • - properties/123456789 (Production Website)
  • - properties/987654321 (Mobile App)
  • - properties/456789123 (Blog)

正在使用「google-analytics-automation」。 Run traffic report for last 7 days by device

預期結果:

  • Device Category | Sessions | Users | Bounce Rate
  • ----------------|----------|-------|------------
  • desktop | 45,234 | 32,100 | 42.5%
  • mobile | 38,921 | 29,400 | 58.2%
  • tablet | 4,532 | 3,890 | 51.0%

安全審計

安全
v1 • 2/25/2026

All static findings are false positives. The 92 'external_commands' detections are MCP tool names (e.g., GOOGLE_ANALYTICS_LIST_ACCOUNTS), not shell executions. The hardcoded URL is a legitimate MCP server endpoint. No cryptographic algorithms or system reconnaissance present. This is a legitimate Google Analytics automation skill using Rube MCP.

1
已掃描檔案
233
分析行數
0
發現項
1
審計總數
未發現安全問題
審計者: claude

品質評分

38
架構
100
可維護性
87
內容
33
社群
100
安全
91
規範符合性

你能建構什麼

每週行銷報告

透過執行具有日期範圍和關鍵指標(如工作階段、使用者和轉換次數)的標準 GA4 報告,自動化每週流量和轉換報告。

轉換漏斗分析

使用漏斗報告分析使用者轉換路徑,以找出流失點並優化行銷漏斗。

多資源儀表板

批次查詢多個 GA4 資源以匯總資料,供執行儀表板使用。

試試這些提示

列出可用資源
Use the google-analytics-automation skill to list all available GA4 properties for my account.
執行流量報告
Use the google-analytics-automation skill to run a GA4 report for the last 30 days showing sessions, users, and bounce rate by device category.
分析轉換漏斗
Use the google-analytics-automation skill to run a funnel report for the checkout flow. Steps: page_view (home), add_to_cart, begin_checkout, purchase. Show conversion rates between each step.
批次執行主管報告
Use the google-analytics-automation skill to run a batch report with: (1) traffic sources summary, (2) top pages by views, (3) key events count. Property: [YOUR_PROPERTY_ID], Date range: last 7 days.

最佳實務

  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas before making API calls
  • Use GET_METADATA to discover valid dimensions and metrics before running reports
  • Verify dimension/metric compatibility with CHECK_COMPATIBILITY to avoid report errors

避免

  • Using numeric property IDs instead of full resource names (e.g., use 'properties/123456' not '123456')
  • Assuming today's data is complete - GA4 has processing delays
  • Running reports without checking if the Google Analytics connection is ACTIVE

常見問題

什麼是 Rube MCP?
Rube MCP 是一個模型內容通訊協定伺服器,可存取各種工具包(包括 Google Analytics)。它會處理與 Google 的 OAuth 驗證。
我需要 Google API 金鑰嗎?
不需要。Rube MCP 會透過 OAuth 處理驗證。您只需要新增 MCP 伺服器端點並在提示時完成 Google OAuth 即可。
如何找到我的資源 ID?
使用 GOOGLE_ANALYTICS_LIST_PROPERTIES 取得所有資源的清單。資源 ID 格式為 'properties/123456'。
標準報告、批次報告和樞紐報告有什麼不同?
標準報告會傳回簡單的維度/指標表格。批次報告會在一個呼叫中執行多個報告。樞紐報告會建立類似 Excel 樞紐分析表的交叉分析資料。
為什麼我的報告沒有傳回資料?
檢查您的資源 ID 是否正確、日期範圍是否有資料,以及維度/指標是否相容。 also verify the connection status is ACTIVE.
我可以使用此技能建立新的 GA4 資源嗎?
不行。此技能只能讀取資料和列出現有資源。必須在 Google Analytics UI 或 Admin API 中建立資源。

開發者詳情

檔案結構

📄 SKILL.md