ga4_run_report
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Run a Google Analytics 4 report (free). Pass property_id to query a specific GA4 property instead of the connection default.
Parameters schema
{
"type": "object",
"title": "ga4_run_reportArguments",
"properties": {
"days": {
"type": "integer",
"title": "Days",
"default": 28
},
"metrics": {
"type": "string",
"title": "Metrics",
"default": "sessions,totalUsers,conversions"
},
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Id",
"default": null
},
"dimensions": {
"type": "string",
"title": "Dimensions",
"default": "date"
},
"property_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Property Id",
"default": null
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries