search_schema
Search for a keyword to find matching Google Analytics dimensions and metrics by relevance score.
Instructions
Search for a keyword across all dimensions and metrics for this property. Returns a ranked list of up to 10 matching fields scored by relevance.
Returns: {"top_results": {"DIMENSION: api_name": score, "METRIC: api_name": score, ...}}
Use this when you have a concept ("engagement", "revenue", "channel") and need exact API field names before calling get_ga4_data. Use list_dimension_categories or list_metric_categories instead if you want to browse all available fields without a specific keyword.
Args: keyword: One or more keywords to search for (e.g., "user", "campaign revenue").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes |