원클릭으로
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.