GA4 dimensions & metrics metadata
ga_get_metadataList GA4 dimensions and metrics, including custom ones, with optional search filter to narrow results by API name, UI name, or category.
Instructions
List the dimensions and metrics available for a GA4 property (including custom ones). Filter by a search string to keep the output small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | all | |
| search | No | Case-insensitive substring matched against API name, UI name and category, e.g. 'page', 'conversion'. | |
| propertyId | Yes | GA4 property ID, e.g. '123456789' or 'properties/123456789'. Use ga_list_properties to discover it. |