ワンクリックで
gmp-ga
Google Analytics (GA4): Reports, realtime, metadata, accounts, and properties.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Google Analytics (GA4): Reports, realtime, metadata, accounts, and properties.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Google Tag Manager: Accounts, containers, tags, triggers, variables, and versions.
BigQuery: Run pre-built query templates against GMP export datasets.
BigQuery: Query GMP export data (GA4, Ads, GSC) with pre-built templates and custom SQL.
Recipe: GA4 funnel analysis via BigQuery — session_start → page_view → add_to_cart → checkout → purchase.
Google Ads: Campaign performance reports with date ranges and status filters.
Google Ads: Campaigns, ad groups, keywords, search terms, and raw GAQL queries.
| name | gmp-ga |
| version | 1.0.0 |
| description | Google Analytics (GA4): Reports, realtime, metadata, accounts, and properties. |
| metadata | {"openclaw":{"category":"analytics","requires":{"bins":["gmp"]},"cliHelp":"gmp ga --help"}} |
PREREQUISITE: Read
../gmp-shared/SKILL.mdfor auth, global flags, and output formats.
gmp ga <command> [flags]
| Command | Description |
|---|---|
report | Run a report (dimensions + metrics) |
realtime | Run a realtime report |
metadata | List available dimensions and metrics |
accounts | List GA4 accounts |
properties | List GA4 properties for an account |
check | Check dimension/metric compatibility |
gmp ga accounts
gmp ga properties -a 123456789
gmp ga realtime -p PROPERTY_ID -m activeUsers
gmp ga realtime -p PROPERTY_ID -m activeUsers -d country -f table
gmp ga metadata -p PROPERTY_ID
gmp ga metadata -p PROPERTY_ID --type metrics -f table
gmp ga metadata -p PROPERTY_ID --type dimensions -f table
gmp ga check -p PROPERTY_ID -m sessions,bounceRate -d pagePath
123456789), not the G-XXXXXXXX measurement ID.gmp ga metadata to discover available metrics and dimensions before running reports.gmp ga check to validate metric/dimension combinations before complex reports.-f table for human-readable output.