google-analytics
Installation
SKILL.md
Google Analytics
Integrate with Google Analytics for web metrics. Use when you need to: (1) retrieve website analytics reports, (2) track traffic and user metrics, or (3) analyze web performance data.
Input
Provide input as JSON:
{
"property_id": "Google Analytics property ID (e.g., properties/123456789)",
"date_range": "Date range for the report (e.g., last 7 days, last 30 days, last 90 days)",
"metrics": "Metrics to retrieve (e.g., sessions, users, pageviews, bounce rate, conversion rate)",
"dimensions": "Dimensions to group by (e.g., date, country, device category, page path)"
}