Google Analytics 4
Pull GA4 reports, dimensions, metrics, and real-time data from any myai canvas, function, or chat.
Google Analytics 4 is the analytics layer most web and mobile teams default to. The GA4 Data API exposes the same dimensions and metrics the native GA4 UI uses, but historically the friction of querying it from anywhere else — building service accounts, dealing with quota, parsing the dimension/metric model — has kept that data trapped in the GA4 console. When the integration lands, myai will treat GA4 as a queryable source for chats, canvases, and functions, so the same questions your team types into GA4 can be asked from a conversation.
What you'll be able to do
- Pull GA4 reports into a chat — "show me last week's signups by channel" returns a structured table from GA4, no console tab.
- Real-time data for the workflows that need to know what's happening now (active users, live event volume).
- Custom dimensions and metrics — your team's GA4 customizations work natively, no per-property wiring.
- Cross-source reporting — GA4 traffic data joined with CRM conversion data for the "did the campaign actually drive revenue" view.
- Scheduled rollups — Monday-morning function pulls last week's GA4 summary, posts to the marketing lead's chat.
How it'll work
Google Cloud service account with GA4 Viewer permission on the property. Same DWD setup pattern as Gmail and Google Meet — admin grants the service account access, the integration reads on behalf of that role.
Tell us you want Google Analytics 4Use cases we're hearing
- Weekly traffic + conversion digest — function pulls GA4 data, joins with CRM pipeline, posts the funnel view to the marketing lead.
- Anomaly-detection alerts — sudden traffic drops or conversion shifts surfaced in Slack the moment they happen, not in the next QBR.
- A/B test reporting — GA4 experiment data summarized in a canvas alongside the product-side metrics.
Reference
- Connection model: GCP service account with GA4 Viewer permission
- Scope: ~20 operations across reports, dimensions, metrics, real-time data, audience insights
- Custom dimensions and metrics introspected per property