Actions
| Name | Description |
|---|---|
run_reportRun a Google Analytics 4 report | Run a Google Analytics 4 report |
get_metadataGet available dimensions and metrics for a GA4 property | Get available dimensions and metrics for a GA4 property |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'google-analytics',
actionName: 'run_report',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Google Analytics to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Google Analytics support?
Google Analytics supports 2 actions including Run Report, Get Metadata.
Can I use Google Analytics with AI agents?
Yes. Add Google Analytics to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Google Analytics use?
Google Analytics uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Google Analytics integration cost?
The Google Analytics integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Google Analytics in 2 minutes
Get 1,000 free actions every month. No credit card required.