Skip to main content
Glama

Google Analytics MCP Server

Official

get_custom_dimensions_and_metrics

Retrieve custom dimensions and metrics for a Google Analytics property by specifying the property ID. Simplify data extraction and analysis for tailored insights.

Instructions

Returns the property's custom dimensions and metrics.

Args: property_id: The Google Analytics property ID. Accepted formats are: - A number - A string consisting of 'properties/' followed by a number

Input Schema

NameRequiredDescriptionDefault
property_idYes

Input Schema (JSON Schema)

{ "properties": { "property_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Property Id" } }, "required": [ "property_id" ], "title": "get_custom_dimensions_and_metricsArguments", "type": "object" }

Other Tools from Google Analytics MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/googleanalytics/google-analytics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server