# ga4_get_event_parameters

> Best-effort event parameter inventory from GA4 metadata plus event reports. One of 27 Google Analytics 4 tools on the Get MCP Ads MCP gateway.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Google Analytics 4](https://www.getmcpads.com/docs/sources/ga4)

Best-effort event parameter inventory from GA4 metadata plus event reports. Documents Data API limitations for raw parameters.

|  |  |
| --- | --- |
| Source | [Google Analytics 4](https://www.getmcpads.com/docs/sources/ga4) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `propertyId` |
| Endpoint | https://mcp.getmcpads.com/ga4/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `propertyId` | string | Required | GA4 property ID (numeric, e.g., 123456789) |
| `eventNames` | array | Optional | Optional event names to sample, e.g. purchase, add_to_cart. |
| `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: `50`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "ga4_get_event_parameters",
    "args": {
      "propertyId": "<string>"
    }
  }
}
```

- [Google Analytics 4 metrics](https://www.getmcpads.com/docs/sources/ga4/metrics): What you can ask for.
- [Google Analytics 4 dimensions](https://www.getmcpads.com/docs/sources/ga4/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/ga4/tools/ga4_get_event_parameters
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
