Google Super
GOOGLESUPER_BATCH_RUN_REPORTS
Tool to return multiple analytics data reports in a batch. Use when you need to fetch multiple reports for one GA4 property in a single request.
Remote googlesuper
Other tools also called GOOGLESUPER_BATCH_RUN_REPORTS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"property": {
"type": "string",
"title": "Property",
"examples": [
"properties/123456789"
],
"description": "Required. The property resource name. Format: properties/{property_id}"
},
"requests": {
"type": "array",
"items": {
"type": "object",
"properties": {},
"additionalProperties": true
},
"title": "Requests",
"description": "Required. Up to 5 individual RunReportRequest objects."
}
}
}