ga4

Solid

Run production Google Analytics 4 Data API reports with gateway-injected bearer auth, safe request review, traffic source, landing-page, time-series, revenue, session, and key-event reporting.

AI & Automation 126 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
70
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# GA4 Use this skill for Google Analytics 4 reporting through the Google Analytics Data API: sessions, key events, revenue, traffic-source breakdowns, landing-page breakdowns, time-series queries, ad-hoc analyst reads, dashboards, scheduled reporting, ETL, and monitoring. ## Scope - run GA4 `runReport` requests for a configured property - translate common English analyst requests into reviewable Data API payloads - review GA4 request JSON before execution - build traffic-source, channel-group, landing-page, daily trend, revenue, session, user, and key-event reports - support delegated-user OAuth and service-account auth through the same gateway bearer handle contract - keep auth-mode selection in tenant/runtime config, not in prompt logic - measure skill run cost through normal HybridClaw `UsageTotals` ## Default Workflow 1. Start with `report-plan` for natural-language requests unless the user already supplied a GA4 Data API request JSON. 2. Review generated or user-supplied request JSON with `review-request` before a live call. 3. For live GA4 API calls inside HybridClaw, use `http_request` directly when available. Pass the emitted `httpRequest` object from the helper to the tool. 4. Use the helper for offline planning/review and for gateway-proxied execution when `http_request` is unavailable: ```bash python3 skills/ga4/scripts/ga4.py ... ``` 5. Treat all GA4 operations in this skill as read-only. Do not attempt Admin API mutations, propert...

Details

Author
HybridAIOne
Repository
HybridAIOne/hybridclaw
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category