- Home
- Skills
- Davila7
- Claude Code Templates
- Google Analytics
google-analytics_skill
- Python
20.6k
GitHub Stars
5
Bundled Files
3 weeks ago
Catalog Refreshed
2 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstart where the catalogue uses aiagentskills.
npx veilstart add skill davila7/claude-code-templates --skill google-analytics- .env.example1.1 KB
- EXAMPLES.md13.5 KB
- REFERENCE.md8.6 KB
- requirements.txt152 B
- SKILL.md4.6 KB
Overview
This skill analyzes Google Analytics (GA4) data to review website performance, traffic patterns, and user behavior, then provides actionable, prioritized recommendations. It connects to the Google Analytics Data API, fetches relevant metrics, and interprets results to highlight opportunities to improve engagement and conversions. Use it to turn raw analytics into clear next steps for product, marketing, and engineering teams.
How this skill works
I connect to the Google Analytics Data API using a service account and the configured property ID, then fetch metrics and dimensions relevant to your query (traffic, engagement, acquisition, conversions). I run comparative and trend analyses, identify high- and low-performing pages or channels, and surface bottlenecks and conversion opportunities. Finally, I deliver prioritized recommendations with expected impact and implementation guidance.
When to use it
- Evaluate overall site performance for a recent period (last 7/30/90 days)
- Identify top traffic sources and underperforming channels
- Diagnose pages with high bounce or low engagement
- Assess conversion funnels and drop-off points
- Compare period-over-period performance to measure changes
Best practices
- Provide the GA4 property ID and ensure a service account with Viewer access is configured
- Use clear date ranges and comparison periods when requesting analysis
- Share specific goals or conversion events to focus recommendations
- Keep credentials out of code: use environment variables or secure .env files
- Rotate keys regularly and grant least-privilege access
Example use cases
- Review last 30 days of traffic, list top sources, and recommend quick wins to increase sessions
- Analyze pages with the highest bounce rates and suggest UX or content changes
- Compare this month to last month to explain traffic increases or declines
- Audit conversion funnel to identify where users drop off and propose remediation steps
- Segment traffic by channel to prioritize marketing spend and A/B test ideas
FAQ
A Google service account key file and the GA4 property ID. The service account needs Viewer access to the property.
Does this skill access personal data?
No. It uses aggregated analytics metrics and does not access or store personally identifiable information.