ga4_ get_ ecommerce_ diagnostics
Read-only ecommerce coverage diagnostics for core ecommerce events, revenue metrics, and item-level reporting over a date range.
Read-only ecommerce coverage diagnostics for core ecommerce events, revenue metrics, and item-level reporting over a date range.
- Source
- Google Analytics 4
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
propertyId- Endpoint
- https:/
/ mcp. getmcpads. com/ ga4/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
propertyId | string | Required | GA4 property ID (numeric, e.g., 123456789) |
startDate | string | Optional | Start date YYYY-MM-DD or relative (7daysAgo, yesterday) |
endDate | string | Optional | End date YYYY-MM-DD or relative (today, yesterday) |
datePreset | string | Optional | One of: today, yesterday, last7days, last28days, last30days, last90days, last12months, thisMonth, lastMonth, thisYear. Default: "last28days". |
limit | integer | Optional | Default: 100. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "ga4_get_ecommerce_diagnostics",
"args": {
"propertyId": "<string>"
}
}
}