Google Analytics · Capability

Google Analytics Configuration Management

Unified workflow for managing GA4 property configuration including accounts, properties, data streams, custom dimensions and metrics, conversion events, and integration links. Used by analytics administrators and platform engineers to set up and maintain GA4 properties.

Run with Naftiko Google AnalyticsConfigurationAdminManagementGA4

What You Can Do

GET
List accounts — List all accessible accounts
/v1/accounts
GET
List account summaries — List summaries of all accessible accounts
/v1/account-summaries
GET
List properties — List GA4 properties
/v1/properties
POST
Create property — Create a GA4 property
/v1/properties
GET
List data streams — List data streams on a property
/v1/data-streams
POST
Create data stream — Create a data stream
/v1/data-streams
GET
List custom dimensions — List custom dimensions
/v1/custom-dimensions
POST
Create custom dimension — Create a custom dimension
/v1/custom-dimensions
GET
List custom metrics — List custom metrics
/v1/custom-metrics
POST
Create custom metric — Create a custom metric
/v1/custom-metrics
GET
List conversion events — List conversion events
/v1/conversion-events
POST
Create conversion event — Create a conversion event
/v1/conversion-events
POST
Search change history events — Search through account changes
/v1/change-history

MCP Tools

list-accounts

List all accessible Google Analytics accounts

read-only idempotent
list-account-summaries

List summaries of all accessible accounts with their properties

read-only idempotent
provision-account-ticket

Request a ticket for creating a new account

list-properties

List GA4 properties for an account

read-only idempotent
create-property

Create a new GA4 property

list-data-streams

List data streams on a property

read-only idempotent
create-data-stream

Create a new data stream on a property

list-custom-dimensions

List custom dimensions on a property

read-only idempotent
create-custom-dimension

Create a custom dimension on a property

list-custom-metrics

List custom metrics on a property

read-only idempotent
create-custom-metric

Create a custom metric on a property

archive-custom-metric

Archive a custom metric on a property

idempotent
list-conversion-events

List conversion events on a property

read-only idempotent
create-conversion-event

Create a conversion event on a property

search-change-history-events

Search through all changes to an account or its children

read-only idempotent
acknowledge-user-data-collection

Acknowledge terms of user data collection for a property

idempotent

Who This Is For

👤
Analytics Administrator
Sets up and maintains GA4 accounts, properties, and configurations.
👤
Platform Engineer
Integrates GA4 with other platforms and manages infrastructure.

APIs Used

ga-admin-api