List GA4 custom dimensions
ga4_list_custom_dimensionsLists custom dimensions for a GA4 property to identify available parameters and scopes before running reports.
Instructions
Lists custom dimensions configured on a GA4 property, with parameter name, display name, and scope (EVENT/USER/ITEM). Useful for discovering which custom dimensions exist before referencing them in ga4_run_report. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Defaults to 25 to protect the context window. Prefer narrowing the query over raising this. | |
| pageToken | No | Opaque token from a previous response's `nextPageToken`, to fetch the following page. Paging is manual so the caller controls cost. | |
| propertyId | Yes | Numeric GA4 property ID, with or without the 'properties/' prefix. Call ga4_list_account_summaries to discover it. |