Google Super

GOOGLESUPER_GET_METADATA

Tool to get metadata for dimensions, metrics, and comparisons for a GA4 property. Use when you need to discover available fields before building a report.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_METADATA? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "title": "Name",
      "examples": [
        "properties/123456789/metadata"
      ],
      "description": "Resource name of the metadata to retrieve. Format: properties/{property_id}/metadata. Use property_id=0 to return only universal (non-custom) metadata."
    }
  }
}